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 ppc64 ld crossref test


On Tue, Aug 17, 2004 at 09:21:57AM +0930, Alan Modra wrote:
> On Sat, Aug 14, 2004 at 05:47:43PM +0200, Jakub Jelinek wrote:
> > FAIL: NOCROSSREFS 1
> 
> This one is a testsuite problem.  Getting rid of the .opd section spec
> in cross1.t lets the test pass with both old and new gcc.

	* ld-scripts/cross1.t: Remove .opd section spec.

Index: ld/testsuite/ld-scripts/cross1.t
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-scripts/cross1.t,v
retrieving revision 1.4
diff -u -p -r1.4 cross1.t
--- ld/testsuite/ld-scripts/cross1.t	12 Jun 2002 18:14:48 -0000	1.4
+++ ld/testsuite/ld-scripts/cross1.t	17 Aug 2004 01:18:02 -0000
@@ -5,7 +5,6 @@ SECTIONS
   .dynstr : { *(.dynstr) }
   .hash : { *(.hash) }
   .toc  : { *(.toc) }
-  .opd  : { *(.opd) }
   .text : { tmpdir/cross1.o }
   .data : { tmpdir/cross2.o }
 }

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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