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: Explicit architecture for m68k tests


Le 22/11/2010 22:36, Alan Modra a écrit :
../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, could you please commit my patch ?


For memory:
http://sourceware.org/ml/binutils/2010-11/msg00384.html

--
Vincent Rivière


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