mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 06:23:58 +08:00
ld/testsuite/ld-unique: Fix running unique tests on ARM
The @ character is a comment character on ARM, so use % instead. Also use a wider glob for matching ARM targets to make sure the test gets run. ld/testsuite/ChangeLog: 2014-10-30 Will Newton <will.newton@linaro.org> * ld-unique/unique.exp: Use a wider glob for matching ARM targets. * ld-unique/unique.s: Use % instead of @ in .type directive. * ld-unique/unique_shared.s: Likewise.
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2014-10-30 Will Newton <will.newton@linaro.org>
|
||||
|
||||
* ld-unique/unique.exp: Use a wider glob for matching ARM
|
||||
targets.
|
||||
* ld-unique/unique.s: Use % instead of @ in .type directive.
|
||||
* ld-unique/unique_shared.s: Likewise.
|
||||
|
||||
2014-10-24 Tejas Belagod <tejas.belagod@arm.com>
|
||||
|
||||
* ld-aarch64/aarch64-elf.exp (aarch64elftests): Drive erratum
|
||||
|
@ -28,7 +28,7 @@
|
||||
# arm, powerpc, and sparc so far.
|
||||
if {!(([istarget "i?86-*-*"]
|
||||
|| [istarget "x86_64-*-*"]
|
||||
|| [istarget "arm-*-*"]
|
||||
|| [istarget "arm*-*-*"]
|
||||
|| [istarget "powerpc*-*-*"]
|
||||
|| [istarget "sparc*-*-*"])
|
||||
&& ([istarget "*-*-elf*"]
|
||||
|
@ -1,4 +1,4 @@
|
||||
.type a, @gnu_unique_object
|
||||
.type a, %gnu_unique_object
|
||||
a: .long 0
|
||||
.size a, .-a
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
.type b, @gnu_unique_object
|
||||
.type b, %gnu_unique_object
|
||||
b: .long 0
|
||||
.size b, .-b
|
||||
|
Reference in New Issue
Block a user