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]

Re: [PATCH] Fix ARM test failure


On Mon, 7 May 2007, Alan Modra wrote:

> On Sat, May 05, 2007 at 06:12:06PM +0100, Mark Shinwell wrote:
> > 	binutils/testsuite/
> >         * binutils-all/strip-3.d: Strip .ARM.attributes section.
> 
> OK.  Add .reginfo for mips while you're at it.

As it turns out MIPS needs .pdr listed as well.  OK to commit the 
following patch?

2007-05-16  Joseph Myers  <joseph@codesourcery.com>

	* binutils-all/strip-3.d: Strip .pdr section.

Index: binutils-all/strip-3.d
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/strip-3.d,v
retrieving revision 1.2
diff -u -r1.2 strip-3.d
--- binutils-all/strip-3.d	8 May 2007 06:48:06 -0000	1.2
+++ binutils-all/strip-3.d	16 May 2007 19:33:50 -0000
@@ -1,6 +1,6 @@
 #PROG: strip
 #source: empty.s
-#strip: -R .text -R .data -R .bss -R .ARM.attributes -R .reginfo
+#strip: -R .text -R .data -R .bss -R .ARM.attributes -R .reginfo -R .pdr
 #readelf: -S --wide
 #name: strip empty file
 #target: *-*-linux*

-- 
Joseph S. Myers
joseph@codesourcery.com


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