diff options
author | Will Newton <willnewton@sourceware.org> | 2013-07-19 10:01:26 +0000 |
---|---|---|
committer | Will Newton <willnewton@sourceware.org> | 2013-07-19 10:01:26 +0000 |
commit | 9a5911c08beefe3739d941af8fd44330df8f4931 (patch) | |
tree | 64a23131dfffa120cb020f036f285d6b81791b28 /gdb/testsuite/gdb.dwarf2/mac-fileno.S | |
parent | fa8769722155b2454d902457995acbac7b967af0 (diff) | |
download | binutils-gdb-9a5911c08beefe3739d941af8fd44330df8f4931.tar.gz |
gdb/testsuite/gdb.dwarf2: Replace @ with % for ARM compatability.
The ARM assembler recognises @ symbol as a comment marker and
therefore is unable to assemble some of gdb.dwarf2 testsuite tests.
This patch replaces all occurrences of @ symbol with % sign to allow
tests stay compatible with both ARM and x86 assembly. This patch has
been tested on x86_64 and ARMv7 targets.
gdb/testsuite/ChangeLog:
2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
* gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
assembler errors on arm.
* gdb.dwarf2/mac-fileno.S: Likewise.
* gdb.dwarf2/member-ptr-forwardref.S: Likewise.
* gdb.dwarf2/pr13961.S: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/mac-fileno.S')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/mac-fileno.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/mac-fileno.S b/gdb/testsuite/gdb.dwarf2/mac-fileno.S index 5f1f08af4e8..0f2da7b3e3b 100644 --- a/gdb/testsuite/gdb.dwarf2/mac-fileno.S +++ b/gdb/testsuite/gdb.dwarf2/mac-fileno.S @@ -200,7 +200,7 @@ func_cu1: .Lline1_end: - .section .debug_macinfo,"",@progbits + .section .debug_macinfo,"",%progbits .Ldebug_macinfo0: .byte 0x3 /* Start new file */ .uleb128 0x0 /* Included from line number 0 */ |