This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix arm testsuite failure.


Patch below fixes a spurious testsuite failure by passing --special-syms to 
objdump when testing for mapping symbols.

Tested with cross to arm-none-elf.
Applied as obvious.

Paul

2004-10-14  Paul Brook  <paul@codesourcery.com>

 * gas/arm/mapping.d: Pass --special-syms to objdump.

Index: gas/arm/mapping.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/arm/mapping.d,v
retrieving revision 1.1
diff -u -p -r1.1 mapping.d
--- gas/arm/mapping.d 13 Nov 2003 14:19:00 -0000 1.1
+++ gas/arm/mapping.d 14 Oct 2004 15:59:03 -0000
@@ -1,4 +1,4 @@
-#objdump: --syms
+#objdump: --syms --special-syms
 #name: ARM Mapping Symbols
 
 # Test the generation of ARM ELF Mapping Symbols


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]