This is the mail archive of the binutils@sourceware.org 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]

[PATCH] Fix ARM test failure


The recently-added test binutils-all/strip3 fails on ARM due to
the presence of the .ARM.attributes section.  I think that below is
the most straightforward and further a more reasonable remedy; is it
OK to apply?

Mark

--


2007-05-05 Mark Shinwell <shinwell@codesourcery.com>


	binutils/testsuite/
        * binutils-all/strip-3.d: Strip .ARM.attributes section.


Index: binutils/testsuite/binutils-all/strip-3.d
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/strip-3.d,v
retrieving revision 1.1
diff -U3 -p -r1.1 strip-3.d
--- binutils/testsuite/binutils-all/strip-3.d 12 Apr 2007 19:20:46 -0000 1.1
+++ binutils/testsuite/binutils-all/strip-3.d 5 May 2007 17:10:43 -0000
@@ -1,6 +1,6 @@
#PROG: strip
#source: empty.s
-#strip: -R .text -R .data -R .bss
+#strip: -R .text -R .data -R .bss -R .ARM.attributes
#readelf: -S --wide
#name: strip empty file
#target: *-*-linux*



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