diff options
author | Paul Brook <paul@codesourcery.com> | 2004-10-14 16:04:09 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2004-10-14 16:04:09 +0000 |
commit | f29ff786ba8fe3ccfc197e825b688015a75ffa4d (patch) | |
tree | a6b8029e7c9a5f5e17f9ecdf573eb1f5bb1d5af1 /gas | |
parent | 3e3a28f1f2301983cfa6ffe094ecf1e71e3b9db8 (diff) | |
download | gdb-f29ff786ba8fe3ccfc197e825b688015a75ffa4d.zip gdb-f29ff786ba8fe3ccfc197e825b688015a75ffa4d.tar.gz gdb-f29ff786ba8fe3ccfc197e825b688015a75ffa4d.tar.bz2 |
* gas/arm/mapping.d: Pass --special-syms to objdump.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/mapping.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index cde6dd6..ccda75c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-10-14 Paul Brook <paul@codesourcery.com> + + * gas/arm/mapping.d: Pass --special-syms to objdump. + 2004-10-08 Daniel Jacobowitz <dan@debian.org> * gas/i386/i386.exp: Don't run divide test for targets where '/' diff --git a/gas/testsuite/gas/arm/mapping.d b/gas/testsuite/gas/arm/mapping.d index 8102209..c6ddd09 100644 --- a/gas/testsuite/gas/arm/mapping.d +++ b/gas/testsuite/gas/arm/mapping.d @@ -1,4 +1,4 @@ -#objdump: --syms +#objdump: --syms --special-syms #name: ARM Mapping Symbols # Test the generation of ARM ELF Mapping Symbols |