This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] Fix some FAILs in MIPS ld testsuite.
- From: Thiemo Seufer <ths at networkno dot de>
- To: David Daney <ddaney at avtrex dot com>
- Cc: binutils at sources dot redhat dot com
- Date: Thu, 18 Aug 2005 09:50:53 +0200
- Subject: Re: [PATCH] Fix some FAILs in MIPS ld testsuite.
- References: <4303DDAD.8020406@avtrex.com>
David Daney wrote:
> Some recent changes to ld including, but not necessarily limited to:
>
> http://sourceware.org/ml/binutils/2005-05/msg00712.html
>
> Have caused some testsuite failures for the MIPS target. For the five
> tests covered by the attached patch the problem is in the testsuite.
>
> There are other FAILures that I think are likley to be erroneously
> caused by problems in the testsuite (mostly TLS related), but I am not
> sure about those so I didn't fix them.
>
> The attached patch fixes five FAILs.
>
> 2005-08-17 David Daney <ddaney@avtrex.com>
>
> * ld-mips-elf/multi-got-1.d: Adjust for new ld behavior.
> * ld-mips-elf/multi-got-no-shared.d: Ditto.
> * ld-mips-elf/rel32-n32.d: Ditto.
> * ld-mips-elf/rel32-o32.d: Ditto.
> * ld-mips-elf/rel64.d: Ditto.
>
>
> OK to commit?
Ok, thanks for fixing this.
Thiemo