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] Improve binutils testsuite coverage for GNU/Hurd (and kFreeBSD?)


On Tue, Nov 02, 2010 at 09:28:03AM +0100, Thomas Schwinge wrote:
> Hello!
> 
> On Tue, Nov 02, 2010 at 01:44:51PM +1030, Alan Modra wrote:
> > On Thu, Oct 28, 2010 at 12:38:23PM +0200, Thomas Schwinge wrote:
> > > +proc setup_xfail_gnu_hurd {} {
> > > +    global target_triplet
> > > +    switch -regexp $target_triplet {
> > > +	^\[^-\]*-\[^-\]*-gnu.*$ {
> > > +	    setup_xfail "*-*-*"
> > > +	}
> > > +    }
> > > +}
> > 
> > What am I missing?  Why not just
> >   setup_xfail "*-*-gnu*"
> 
> That'd mach *-*-linux-gnu*, *-*-kfreebsd-gnu*, etc., turning them into

Yes, of course.  Patch OK.

-- 
Alan Modra
Australia Development Lab, IBM


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