From: Frank Ch. Eigler Date: Wed, 17 Jun 1998 11:31:32 +0000 (+0000) Subject: * MIPS test suite changes that allow cross-assemblers to test MIPS dialects X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f70e64f0ef9f9a01c3e06bbecb8523ca835d0f2;p=binutils-gdb.git * MIPS test suite changes that allow cross-assemblers to test MIPS dialects other than their native tongues. Wed Jun 17 14:02:10 1998 Frank Ch. Eigler * gas/mips/delay.d: Add -mcpu=NNNN to gas flags to let test case run on differently targeted assembler. * gas/mips/{ld-ilocks-addr32,ld-svr4pic.d}: Ditto. * gas/mips/{ld-xgot.d,lif-svr4pic.d,lif-xgot.d}: Same. * gas/mips/{mips16.d,mips4.d,nodelay.d}: Again. * gas/mips/{trunc.d,uld.d,ulh-xgot.d,usd.d}: And then some. * gas/mips/ld-ilocks.d: Removed disassembler flags to let target defaults go unmodified. Replaced $f4/$f5 with $fp[45], as the original `ld.d' had. Find `ld.s'. * gas/mips/mul-ilocks.d: Nearly ditto. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 8d0cfde8e48..74c20d91f18 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,17 @@ +Wed Jun 17 14:02:10 1998 Frank Ch. Eigler + + * gas/mips/delay.d: Add -mcpu=NNNN to gas flags to let test case + run on differently targeted assembler. + * gas/mips/{ld-ilocks-addr32,ld-svr4pic.d}: Ditto. + * gas/mips/{ld-xgot.d,lif-svr4pic.d,lif-xgot.d}: Same. + * gas/mips/{mips16.d,mips4.d,nodelay.d}: Again. + * gas/mips/{trunc.d,uld.d,ulh-xgot.d,usd.d}: And then some. + + * gas/mips/ld-ilocks.d: Removed disassembler flags to let target + defaults go unmodified. Replaced $f4/$f5 with $fp[45], as the + original `ld.d' had. Find `ld.s'. + * gas/mips/mul-ilocks.d: Nearly ditto. + Thu Jun 11 16:50:46 1998 Nick Clifton * gas/d30v/inst.d: Expect repeati instrucitons to be combined.