+2004-05-18 Nick Clifton <nickc@redhat.com>
+
+ * ld-elf/frame.s: Replace @ with % so that the file can be
+ compiled by an ARM targeted GAS.
+ * ld-elf/table.s: Likewise.
+ * ld-elf/tbss.s: Likewise. Also replace .align <foo> with
+ .p2align (log2 <foo>) to cope with the fact that the ARM .align
+ directive takes a power-of-two argument.
+
2004-05-17 H.J. Lu <hongjiu.lu@intel.com>
* ld-elf/frame.exp: New file. Test read-only .eh_frame and
- .section .eh_frame,"a",@progbits
+ .section .eh_frame,"a",%progbits
.4byte 0
- .section .gcc_except_table,"a",@progbits
+ .section .gcc_except_table,"a",%progbits
.file "x.c"
.globl bss
- .section .bss,"aw",@nobits
- .align 4096
- .type bss,@object
+ .section .bss,"aw",%nobits
+ .p2align 12
+ .type bss,%object
.size bss,4096
bss:
.zero 4096
.globl tbss
- .section .tbss,"awT",@nobits
- .align 4096
- .type tbss,@object
+ .section .tbss,"awT",%nobits
+ .p2align 12
+ .type tbss,%object
.size tbss,4096
tbss:
.zero 4096