]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2: Replace @ with % for ARM compatability.
authorWill Newton <willnewton@sourceware.org>
Fri, 19 Jul 2013 10:01:26 +0000 (10:01 +0000)
committerWill Newton <willnewton@sourceware.org>
Fri, 19 Jul 2013 10:01:26 +0000 (10:01 +0000)
commit9a5911c08beefe3739d941af8fd44330df8f4931
tree64a23131dfffa120cb020f036f285d6b81791b28
parentfa8769722155b2454d902457995acbac7b967af0
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.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/fission-reread.S
gdb/testsuite/gdb.dwarf2/mac-fileno.S
gdb/testsuite/gdb.dwarf2/member-ptr-forwardref.S
gdb/testsuite/gdb.dwarf2/pr13961.S