[Patch] sh64: Fix gas testsuite expected output
Hans-Peter Nilsson
hp@bitrange.com
Wed Oct 9 21:20:00 GMT 2002
On Wed, 9 Oct 2002, Stephen Clarke wrote:
> From: "Hans-Peter Nilsson"
> Subject: Re: [Patch] sh64: Fix gas testsuite expected output
> > --- ld/testsuite/ld-sh/sh.exp 30 Aug 2002 00:51:57 -0000
> > ! if { ([istarget sh64-*-elf]
> > ! || [istarget sh64*-*-linux*])} {
> > I'd rather you tweak the target specifiers on the tests:
> > #targets: sh-*-* shl*-*-* shb*-*-*
> > in each *.d should suffice.
>
> It turns out that only ld-r-1.d matches
> the sh64*-*-linux* target - none of the other *.d match
> any linux configuration.
>
> But I'm a bit nervous about the exact change you suggest,
> because I thought sh[1234]-linux were supported
> targets?
Right.
> How about the following instead:
> Index: ld-r-1.d
> #target: sh*-*-elf sh*-*-linux*
> + #notarget: sh64*-*-linux*
Yes, using "notarget" (doh, missed that one) is fine of course.
As long as the target exclusion is in each test rather than
before the whole test-loop.
brgds, H-P
More information about the Binutils
mailing list