Tweak MBIND ld test for ARM.
authorAlan Modra <amodra@gmail.com>
Fri, 7 Apr 2017 08:31:43 +0000 (18:01 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 7 Apr 2017 08:54:38 +0000 (18:24 +0930)
* testsuite/ld-elf/mbind2a.s: Don't use @, the ARM comment char.

ld/ChangeLog
ld/testsuite/ld-elf/mbind2a.s

index 1d2f43b167e579c5de6e7eb139bb05a0921cddaa..f4917b7effff378366ca390dff45a49e35135391 100644 (file)
@@ -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.
index 2da9792f0042707143ebf3f010826d8258cd5816..95547be9e06fc5a228dfeee5910029f5c7566387 100644 (file)
@@ -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