aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-04-07 18:01:43 +0930
committerAlan Modra <amodra@gmail.com>2017-04-07 18:24:38 +0930
commit5c1f54ce0b21b19ac0b2a2c921c9ea2f33bbf5fd (patch)
treefcdb6e47a3f1860260284e09730f586c8ed2913e /ld
parent498e34425b38f69ceba28707962e3593c281261a (diff)
downloadfsf-binutils-gdb-5c1f54ce0b21b19ac0b2a2c921c9ea2f33bbf5fd.zip
fsf-binutils-gdb-5c1f54ce0b21b19ac0b2a2c921c9ea2f33bbf5fd.tar.gz
fsf-binutils-gdb-5c1f54ce0b21b19ac0b2a2c921c9ea2f33bbf5fd.tar.bz2
Tweak MBIND ld test for ARM.
* testsuite/ld-elf/mbind2a.s: Don't use @, the ARM comment char.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/testsuite/ld-elf/mbind2a.s8
2 files changed, 8 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 1d2f43b..f4917b7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-07 Alan Modra <amodra@gmail.com>
+
+ * testsuite/ld-elf/mbind2a.s: Don't use @, the ARM comment char.
+
2017-04-07 gingold <gingold@gingold-Precision-7510>
* testsuite/ld-pe/pe.exp: New test.
diff --git a/ld/testsuite/ld-elf/mbind2a.s b/ld/testsuite/ld-elf/mbind2a.s
index 2da9792..95547be 100644
--- a/ld/testsuite/ld-elf/mbind2a.s
+++ b/ld/testsuite/ld-elf/mbind2a.s
@@ -1,15 +1,15 @@
/* Place bss_in_mbind0 in .mbind.bss section with sh_info == 0. */
.globl bss_in_mbind0
- .section .mbind.bss,"adw",@nobits,0
- .type bss_in_mbind0, @object
+ .section .mbind.bss,"adw",%nobits,0
+ .type bss_in_mbind0, %object
.size bss_in_mbind0, 1
bss_in_mbind0:
.zero 1
/* Place data_in_mbind3 in .mbind.data section with sh_info == 3. */
.globl data_in_mbind3
- .section .mbind.data,"adw",@progbits,0x3
- .type data_in_mbind3, @object
+ .section .mbind.data,"adw",%progbits,0x3
+ .type data_in_mbind3, %object
.size data_in_mbind3, 1
data_in_mbind3:
.byte 0