Explicit architecture for m68k tests

Alan Modra amodra@gmail.com
Mon Nov 22 21:37:00 GMT 2010


On Mon, Nov 22, 2010 at 06:44:48PM +0100, Vincent Rivière wrote:
> Alan Modra wrote:
> >I don't see any problem when I build an m68k-aout target, even with
> >--enable-targets=all.  How did you configure?
> 
> ../src/configure --target=m68k-aout --disable-nls
> make
> cd gas
> make check
> FAIL: gas/m68k/mcf-coproc
> FAIL: mcf-wdebug
> FAIL: cpu32
> 
> With the proposed patch, the whole gas testsuite succeeds.

I thought m68k-netbsd was aout, and running the testsuite on that
target succeeds.  Huh, mystery solved.  The difference is that
m68k-aout has a default target vector of aout0_big_vec while
m68k-netbsd uses m68knetbsd_vec.  The latter has the architecture, the
former doesn't.

Patch OK.

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list