From mboxrd@z Thu Jan 1 00:00:00 1970 From: law@redhat.com To: Alan Modra Cc: binutils@sources.redhat.com Subject: Re: Another PA GAS testsuite fix Date: Fri, 23 Nov 2001 16:23:00 -0000 Message-ID: <1651.1006554031@porcupine.cygnus.com> References: <20011124103019.O6922@bubble.sa.bigpond.net.au> X-SW-Source: 2001-11/msg00611.html Message-ID: <20011123162300.900kCWAQ-m6qZ7jpoShBBnIk2o_imWiioMwJOvczo_E@z> > On Fri, Nov 23, 2001 at 09:25:54AM -0500, law@redhat.com wrote: > > > > + # This test is not suitable for the PA for various reasons > > + # not limited to the fact that it depends on specific section > > + # names appearing in the output file. > > # again, p2align doesn't work on c54x target > > ! if { ![istarget *c54x*-*-*] ![istarget hppa*-*-*] } then { > > test_cond > > run_dump_test incbin > > } > > Runs fine under hppa-linux Probably because you're not using SOM. Adding || hppa*-*-linux || hppa64* is probably the right thing to do. jeff