? gas/testsuite/gas/mips/rol64.d
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
index 41cc5b910a51fe0802fa0fc0f44294f408de6f5a..08c864d6e7e41206369bee7d250e1c66794904bb 100644 (file)
@@ -1,3 +1,178 @@
+2002-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * gas/mips/rol64.s: New file, test of drol, dror macros.
+       * gas/mips/rol64.d: Likewise.
+       * gas/mips/mips.exp: Add new test.
+
+2002-05-20  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * gas/arm/arm.exp: Replace deprecated command line switches
+       with their modern equivalents.
+       * gas/arm/arm7t.d: As above.
+       * gas/arm/armv1.d: As above.
+       * gas/arm/fpa-dyadic.d: As above.
+       * gas/arm/fpa-mem.d: As above.
+       * gas/arm/fpa-monadic.d: As above.
+       * gas/arm/inst.d: As above.
+       * gas/arm/ldconst.d: As above.
+       * gas/arm/xscale.d: As above.
+
+2002-05-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/i386/x86-64-opcode.s: Pad out end of .text with zeros.
+       * gas/i386/x86-64-opcode.d: Adjust.
+
+2002-05-02  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * gas/arm/arm7t.s: Add thumb mode "sub r?, #0" and "add r?, #0".
+       * gas/arm/arm7t.d: Add expected results.  (Make sure that the
+       subtract is not converted into an add).
+
+2002-04-23  H.J. Lu <hjl@gnu.org>
+
+       * gas/mips/elempic.d: Use empic.l.
+       * gas/mips/telempic.d: Likewise.
+       * gas/mips/tempic.d: Likewise.
+
+2002-04-23  H.J. Lu <hjl@gnu.org>
+
+       * gas/hppa/parse/parse.exp: Don't expect failure on line separator
+       test on hppa*-*-linux* nor hppa*-*-netbsd*.
+
+2002-04-22  Chris Demetriou  <cgd@broadcom.com>
+
+       * gas/mips/mips-gp64-fp32.l: New file.
+       * gas/mips/mips-gp64-fp32.d: Use mips-gp64-fp32.l to check stderr
+       output.
+       * gas/mips/mips-gp64-fp64.l: New file.
+       * gas/mips/mips-gp64-fp64.d: Use mips-gp64-fp64.l to check stderr
+       output.
+
+2002-04-22  Chris Demetriou  <cgd@broadcom.com>
+
+       * lib/gas-defs.exp (run_dump_test): Support new attribute "stderr"
+       which is a file used to regexp_diff the assembler's pruned stderr
+       output.
+       (write_file): New helper function to write a string into a file.
+
+       * gas/mips/empic.l: New file which matches empic tests' warnings.
+       * gas/mips/empic.d: Use empic.l.
+
+2002-04-19  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * gas/all/gas.exp (cofftag): Do not run test for xscale-coff
+       toolchain.
+       (struct, align, incbin): Use case switch so that other targets to
+       be skipped can be added in the future.
+
+2002-04-17  matthew green  <mrg@redhat.com>
+
+       * gas/ppc/altivec.d: Fix dssall test.
+       * gas/ppc/altivec.s: Likewise.
+       * gas/ppc/altivec_xcoff.d: Likewise.
+       * gas/ppc/altivec_xcoff.s: Likewise.
+       * gas/ppc/altivec_xcoff64.d: Likewise.
+       * gas/ppc/altivec_xcoff64.s: Likewise.
+
+2002-04-04  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * gas/mips/mips.exp: Remove spurious whaitespace.
+       Open out one-line if-then-else test clauses so that other clauses
+       can be inserted in the future.
+
+2002-03-19  Bo Thorsen  <bo@suse.de>
+
+       * gas/i386/x86-64-opcode.d: More test cases for x86-64 opcodes.
+       * gas/i386/x86-64-opcode.s: Likewise
+
+2002-03-15  Chris G. Demetriou  <cgd@broadcom.com>
+
+       * gas/mips/mips64-mips3d.s: New file.
+       * gas/mips/mips64-mips3d.d: Likewise.
+       * gas/mips/mips.exp: Run new "mips64-mips3d" test.
+
+2002-03-15  Chris G. Demetriou  <cgd@broadcom.com>
+
+       * gas/mips/mips.exp: Use elf-rel2 and elfel-rel2 for
+       mipsisa32*-*-* targets, rather than e32-rel2 and e32el-rel2.
+
+2002-03-14  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * gas/mmix/weak1.d, gas/mmix/weak1.d: New test.
+
+2002-03-05  Paul Koning  <pkoning@equallogic.com>
+
+       * gas/pdp11/pdp11.exp: New file.
+       * gas/pdp11/opcode.s: Ditto.
+       * gas/pdp11/opcode.d: Ditto.
+
+2002-02-22  Bo Thorsen  <bo@suse.de>
+
+       * i386.exp: Add x86-64-opcode (checks valid opcodes) and x86-64-inval
+       (checks invalid opcodes) checks
+       * x86-64-inval.l: New file.
+       * x86-64-inval.s: New file.
+       * x86-64-opcode.d: New file.
+       * x86-64-opcode.s: New file.
+
+2002-02-26  Chris Demetriou  <cgd@broadcom.com>
+
+       * gas/mips/empic2.d: Adjust for the fact that relocations on
+       symbols local to this file are resolved at assembly time into
+       section-relative relocations, even if the symbols are extern.
+       * gas/mips/empic2.s: Add file offset information, so the next
+       person to do the math mentioned above has an easier time.
+       * gas/mips/jal-empic-elf.d: New test.
+       * gas/mips/jal-empic-elf-2.d, gas/mips/jal-empic-elf-2.s: New test.
+       * gas/mips/jal-empic-elf-3.d, gas/mips/jal-empic-elf-3.s: New test.
+       * gas/mips/mips.exp: Run the new tests.
+
+2002-02-25  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * mips-gp64-fp32-pic.d: Fix test of 64bit register loads.
+       * mips-gp64-fp32-pic.s: Likewise.
+       * mips-gp64-fp32.d: Likewise.
+       * mips-gp64-fp32.s: Likewise.
+       * mips-gp64-fp64-pic.d: Likewise.
+       * mips-gp64-fp64-pic.s: Likewise.
+       * mips-gp64-fp64.d: Likewise.
+       * mips-gp64-fp64.s: Likewise.
+
+2002-02-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/hppa/reloc/reloc.exp: Update copyright date.
+
+2002-02-24  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * gas/mmix/bspec-1.d, gas/mmix/bspec-2.d, gas/mmix/comment-1.d:
+       Adjust to changes in readelf output.
+
+2002-02-22  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * gasp/gasp.exp: If gasp does not exist, do not complain, just
+       exit silently.
+
+2002-02-20  Tom Rix  <trix@redhat.com>
+
+       * gas/ppc/ppc.exp: Add xcoff booke tests.
+       * gas/ppc/booke_xcoff.s: New.
+       * gas/ppc/booke_xcoff.d: New.
+       * gas/ppc/booke_xcoff64.s: New.
+       * gas/ppc/booke_xcoff64.d: New.
+
+2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gas/sh/basic.exp: Don't run PIC tests for targets that don't
+       support it.
+
+2002-02-14  Tom Rix  <trix@redhat.com>
+
+       * gas/ppc/ppc.exp: Add xcoff altivec tests.
+       * gas/ppc/altivec_xcoff.s: New.
+       * gas/ppc/altivec_xcoff.d: New.
+       * gas/ppc/altivec_xcoff64.s: New.
+       * gas/ppc/altivec_xcoff64.d: New.
+
 2002-02-13  Ben Elliston  <bje@redhat.com>
 
        * gasp/flonums.asm: New test.
 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
 
        * gas/sh/pic.d, gas/sh/pic.s: New test.
-       * gas/sh/basic.exp: Run it.     
+       * gas/sh/basic.exp: Run it.
 
 2002-02-05  Alan Modra  <amodra@bigpond.net.au>
 
This page took 0.028106 seconds and 4 git commands to generate.