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]

Re: How to determine cause of ld testsuite failures?


On Fri, Feb 16, 2001 at 06:25:24PM +1100, Alan Modra wrote:
> > > > How would people suggest I go about fixing the failures?
> > > First, have a look at ld/ld.log to see some details of the failures.

The last failure needs a tweak to the test script to expect the failure.
The comment in ld/testsuite/ld-undefined/undefined.exp explains what is
going on.

Ok to commit to both mainline and the 2_11 branch?


--- undefined.exp.orig	Fri Feb 16 00:55:04 2001
+++ undefined.exp	Fri Feb 16 00:57:15 2001
@@ -124,11 +124,12 @@
 #   undefined.0(.text+0xc): undefined reference to `this_function_is_not_defined'
 #
 # hence the xfails below.
 
 #setup_xfail arm-*-elf
 #setup_xfail strongarm-*-elf
 #setup_xfail thumb-*-elf
 setup_xfail mcore-*-elf
 setup_xfail mips-sgi-irix6*
+setup_xfail i*86-*-freebsd4*
 
 checkund $ml $testline


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