Fix arm-aout failures
[binutils-gdb.git] / gas / testsuite / ChangeLog
index 26f820ddc740bf81ba4a6033ce7fad69a11ad87f..3c9a7c541bb0ab2435496fcb99783d505be6fe66 100644 (file)
@@ -1,8 +1,623 @@
+2002-08-22  Nick Clifton  <nickc@redhat.com>
+
+       * gas/arm/arch5tej.s: Add nops to align output.
+       * gas/arm/arch5tej.d: Expect nops.
+        * gas/arm/arm7t.s: Add nops, remove thumb instructions.
+        * gas/arm/arm7t.d: Expect nops.
+        * gas/arm/armv1.s: Add nops.
+        * gas/arm/armv1.d: Expect nops.
+        * gas/arm/fpa-mem.s: Add nops.
+        * gas/arm/fpa-mem.d: Expext nops.
+        * gas/arm/vfp1.s: Add nops.
+        * gas/arm/vfp1.d: Expect nops.
+        * gas/arm/xscale.s: Add nops.
+        * gas/arm/xscale.d: Expect nops.
+        * gas/arm/arm.exp: Do not run thumb tests for arm-aout
+       toolchain.
+
+2002-08-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/ppc/ppc.exp: Don't run e500 test on xcoff targets.
+       * gas/ppc/astest2.d: Escape dots.
+
+2002-08-20  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gas/mips/rol.s: Add rotate by zero tests.
+       * gas/mips/rol.d: Update accordingly.
+       * gas/mips/rol64.d: Expect rotates by zero to use dsrl.
+
+2002-08-19  Elena Zannoni   <ezannoni@redhat.com>
+
+        From  matthew green  <mrg@redhat.com>
+        
+        * e500.s: New tests for e500 instructions.
+        * e500.d: Results for new test.
+        * ppc.exp: Test e500.s.
+
+2002-08-16  Stephen Clarke <stephen.clarke@superh.com>
+
+       * gas/sh/sh64/datal32-3.d: Formatting change to match the current
+       output of objdump.
+
+2002-08-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/all/gas.exp (forward references): Don't test c30.
+       * gas/d30v/guard-debug.d: Use -gstabs rather than -g.
+       * gas/elf/ehopt0.s: Don't use "$" in labels.
+       * gas/ieee-fp/x930509a.exp: Don't test c30.
+       * gas/m68hc11/malis.d: Adjust -I so that test runs when not building
+       in source dir.
+       * gas/mri/mri.exp: Don't run on "m68hc*".
+       * gas/sh/basic.exp (do_fp): Match LE too.
+       (pcrel-coff): Run this version for "sh*-pe*" and rename "sh*-hms" to
+       "sh*-rtems".
+       * gas/sh/pcrel-coff.d: Add -EB to objdump flags.
+       * gas/vtable/vtable.exp: Don't run on linuxecoff.  setup_xfail in
+       preference to not running on ELF targets that might one day pass.
+       Add more xfails.  Add more targets to the REL list.
+
+2002-08-14  H.J. Lu <hjl@gnu.org>
+
+       * gas/mips/elempic.d: Treat "addiu" and "daddiu" as equivalent
+       when $0 is source.
+       * gas/mips/telempic.d: Likewise.
+       * gas/mips/telempic.d: Likewise.
+
+2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * gas/m68hc11/all.exp: Run the new test.
+       * gas/m68hc11/insns12.s: New file to test specific 68HC12 insns.
+       * gas/m68hc11/insns12.d: New file.
+       * gas/m68hc11/branchs12.s: New test.
+       * gas/m68hc11/branchs12.d: New test.
+
+       * gas/m68hc11/all_insns.d: Dump the relocs to verify that they
+       are against symbols and not sections (for linker relaxation).
+       * gas/m68hc11/insns-dwarf2.d: Likewise.
+       * gas/m68hc11/insns.d: Likewise.
+       * gas/m68hc11/lbranch.d: Likewise.
+       * gas/m68hc11/lbranch-dwarf2.d: Likewise.
+       * gas/m68hc11/opers12.d: Likewise.
+       * gas/m68hc11/opers12-dwarf2.d: Likewise.
+
+2002-08-12  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gas/mips/elf-consthilo.[sd]: New test.
+       * gas/mips/mips.exp: Run it.
+
+2002-08-09  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+       * gas/mips/empic.d: Treat "addiu" and "daddiu" as equivalent when
+       $0 is source.
+
+2002-08-06  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/ppc/altivec_xcoff64.d: Adjust for aix5 target.
+       * gas/ppc/booke_xcoff64.d: Likewise.  Also fix relocs.
+
+2002-08-01  H.J. Lu <hjl@gnu.org>
+
+       * gas/mips/elf-rel6.s: Add ".p2align 4".
+       * gas/mips/elf-rel6.d: Check nop.
+
+2002-08-01  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gas/mips/elf-rel6.[sd]: New test.
+       * gas/mips/mips.exp: Run it.
+
+2002-07-29  Chris Demetriou  <cgd@broadcom.com>
+
+       * gas/mips/elf_ase_mips16.d: New file to test ELF MIPS16 ASE marking.
+       * gas/mips/elf_ase_mips16.s: Likewise.
+       * gas/mips/mips.exp: Run the new test.
+
+2002-07-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/ppc/altivec.d: Invoke "as" with "-a32".
+
+2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gas/mips/mips-gp32-fp64.d,
+       * gas/mips/mips-gp32-fp64-pic.d: Add -mfp64.
+
+2002-07-19  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * gas/mmix/list-pseudoints.l: Adjust for changes in gas section
+       padding.
+       * gas/mmix/greg7.d: Ditto.
+       * gas/mmix/greg8.d: Ditto.
+       * gas/mmix/fb-2.d: Ditto.
+       * gas/mmix/comment-1.d: Ditto.
+       * gas/mmix/byte-1.d: Ditto.
+
+2002-07-17  H.J. Lu <hjl@gnu.org>
+
+       * gas/ia64/dv-branch.d: Updated.
+       * gas/ia64/opc-b.d: Likewise.
+
+2002-07-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/i386/intel16.s: New.
+       * gas/i386/intel16.d: New.
+       * gas/i386/i386.exp: Run it.
+
+2002-07-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * lib/gas-defs.exp (run_dump_test): Run objdump/nm/objcopy/readelf
+       with LC_ALL=C to ensure consistent sorting.
+
+2002-06-18  Dave Brolley  <brolley@redhat.com>
+
+       * gas/frv: New testsuite.
+
+Mon Jun 17 16:23:59 2002  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * gas/sh/dsp.s: Add three more instructions.
+       * gas/sh/dsp.d: Update.
+
+2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gas/mips/lineno.d: Use --gstabs.
+       * gas/mips/mips.exp (lineno.s): Remove XFAIL.
+
+2002-06-12  Tom Rix  <trix@redhat.com>
+
+       * gas/ppc/aix.exp: Run tests for all versions of powerpc AIX. Add
+       text alignment tests.
+       * gas/ppc/textalign-xcoff-001.d: New Test.
+       * gas/ppc/textalign-xcoff-002.d: New Test.
+       * gas/ppc/test1xcoff32.d : Change text section alignment.
+       * gas/ppc/booke_xcoff.d: Remove invalid pad.
+
+2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * gas/hppa/basic/add.s: Set code level to 1.1.
+       * gas/hppa/basic/branch.s: Likewise.
+       * gas/hppa/basic/dcor.s: Likewise.
+       * gas/hppa/basic/logical.s: Likewise.
+       * gas/hppa/basic/shladd.s: Likewise.
+       * gas/hppa/basic/sub.s: Likewise.
+       * gas/hppa/basic/unit.s: Likewise.
+       * gas/hppa/unsorted/unsorted.exp: Return if target "*-*-linux*".
+
+2002-05-31  Chris G. Demetriou  <cgd@broadcom.com>
+
+       * gas/mips/sb1-ext-mdmx.s: New file.
+       * gas/mips/sb1-ext-mdmx.d: Likewise.
+       * gas/mips/mips.exp: Run new "sb1-ext-mdmx" test.
+
+2002-05-31  Chris G. Demetriou  <cgd@broadcom.com>
+
+       * gas/mips/mips.exp: Use elf-rel2 and elfel-rel2 for
+       mipsisa64*-*-* targets, rather than e32-rel2 and e32el-rel2.
+
+2002-05-30  Chris G. Demetriou  <cgd@broadcom.com>
+
+       * gas/mips/mips64-mdmx.s: Tweak to more thoroughly cover
+       instruction encodings.
+       * gas/mips/mips64-mdmx.d: Likewise.
+
+2002-05-30  Chris G. Demetriou  <cgd@broadcom.com>
+
+       * gas/mips/mips64-mdmx.s: New file.
+       * gas/mips/mips64-mdmx.d: Likewise.
+       * gas/mips/mips.exp: Run new "mips64-mdmx" test.
+
+2002-05-30  Richard Henderson  <rth@redhat.com>
+
+       * gas/alpha/elf-tls-1.s, gas/alpha/elf-tls-1.d: New.
+       * gas/alpha/elf-tls-2.s, gas/alpha/elf-tls-1.l: New.
+       * gas/alpha/elf-tls-3.s, gas/alpha/elf-tls-1.l: New.
+       * gas/alpha/alpha.exp: Run them.
+
+2002-05-30  Tom Rix  <trix@redhat.com>
+
+       * gas/d10v/d10v.exp: Add -gstabs packing, sequence control
+       packing, warning, instruction packing, label, immediate and,
+       error tests.
+       * gas/d10v/instruction_packing-001.d - intruction_packing-010.d: 
+       New tests.
+       * gas/d10v/control-001.d: New test.
+       * gas/d10v/warning-001.d - warning-019.d: New tests.  
+       * gas/d10v/label-001.d: New test.
+       * gas/d10v/error-001.d - error-002.d : New tests.
+       * gas/d10v/immediate-001.d - immediate-007.d: New tests.
+
+       * lib/gas-defs.exp (run_dump_test): Add error option.
+
+2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
+
+       * gas/dlx: New directory: DLX gas testsuite
+       * alltests.exp: New file: Test driver
+       * branch.d: New file: Expected results.
+       * branch.s: New file: Test branch insns.
+       * itype.d: New file: Expected results.
+       * itype.s: New file: Test ordinary insns.
+       * lhi.d: New file: Expected results.
+       * lhi.s: New file: Test load hi insns.
+       * load.d: New file: Expected results.
+       * load.s: New file: Test load insns.
+       * rtype.d: New file: Expected results.
+       * rtype.s: New file: Test arithmetic insns.
+       * store.d: New file: Expected results.
+       * store.s: New file: Test store insns.
+
+2002-05-23  Tom Rix  <trix@redhat.com>
+
+       * gas/d10v/d10v.exp: Add instruction packing test.
+       * gas/d10v/instruction_packing.s : New test.
+
+2002-05-22  Tom Rix  <trix@redhat.com>
+
+       * gas/d10v/d10v.exp: Renamed from d10.exp. Add address-* tests.
+       * gas/d10v/address-001.s - address-041.s : New tests.
+
+2002-05-23  H.J. Lu <hjl@gnu.org>
+
+       * gas/mips/elf-rel.d: Skip the padding.
+       * gas/mips/elfel-rel.d: Likewise.
+
+2002-05-23  H.J. Lu <hjl@gnu.org>
+
+       * gas/all/align2.d: New.
+       * gas/all/align2.s: New.
+
+       * gas/all/gas.exp: Run align2.
+
+2002-05-22  H.J. Lu <hjl@gnu.org>
+
+       * gas/mips/elf-rel.d: Updated for the subsegs_finish change in
+       write.c.
+       * gas/mips/elfel-rel.d: Likewise.
+
+Wed May 22 14:26:07 2002  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * gas/sh/pcrel-coff.s: New file.
+       * gas/sh/pcrel-coff.d: Likewise.
+       * gas/sh/basic.exp: For coff, don't do dsp test,
+       and a modified pcrel test.
+
+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.
+       * gasp/flonums.err: New result.
+       * gasp/flonums.out: Likewise.
+
+2002-02-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * gas/hppa/reloc/reloc.exp (labelopbug.s): Change test to suit
+       hppa_fix_adjustable change.
+
+2002-02-09  Richard Henderson  <rth@redhat.com>
+
+       * gas/alpha/elf-reloc-5.s, gas/alpha/elf-reloc-5.d: New.
+       * gas/alpha/elf-reloc-6.s, gas/alpha/elf-reloc-6.l: New.
+       * gas/alpha/alpha.exp: Run them.
+
+2002-02-08  Chris Demetriou  <cgd@broadcom.com>
+
+       * gas/mips/mips.exp: Document (but do not XFAIL) currently-failing
+       MIPS ECOFF tests, providing what information is known about
+       the origins of the failures.
+
+2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       Contribute sh64-elf.
+       2002-02-01  Alexandre Oliva  <aoliva@redhat.com>
+       * gas/sh/sh64/syntax-1.s: Remove `-4' from @(expr-4,pc).
+       2002-01-28  Alexandre Oliva  <aoliva@redhat.com>
+       * gas/sh/sh64/crange1-1.d: Formatting changes to match the current
+       output of objdump.
+       * gas/sh/sh64/crange1-2.d: Likewise.
+       * gas/sh/sh64/crange2-2.d: Likewise.
+       * gas/sh/sh64/crange3-1.d: Likewise.
+       * gas/sh/sh64/crange4-1.d: Likewise.
+       * gas/sh/sh64/datal-2.d: Likewise.
+       * gas/sh/sh64/datal32-1.d: Likewise.
+       * gas/sh/sh64/datal32-3.d: Likewise.
+       * gas/sh/sh64/localcom-1.d: Likewise.
+       * gas/sh/sh64/mix-1.d: Likewise.
+       * gas/sh/sh64/pt32-1.d: Likewise.
+       * gas/sh/sh64/rel32-1.d: Likewise.
+       * gas/sh/sh64/rel32-2.d: Likewise.
+       * gas/sh/sh64/rel32-3.d: Likewise.
+       * gas/sh/sh64/rel32-4.d: Likewise.
+       * gas/sh/sh64/rel32-5.d: Likewise.
+       * gas/sh/sh64/ua32-1.d: Likewise.
+       2001-03-14  DJ Delorie  <dj@redhat.com>
+       * gas/sh/sh64/endian-1.d: New test - Little Endianness.
+       * gas/sh/sh64/endian-1.s: New test - Little Endianness.
+       * gas/sh/sh64/endian-2.d: New test - Big Endianness.
+       * gas/sh/sh64/endian-2.s: New test - Big Endianness.
+       2001-03-12  DJ Delorie  <dj@redhat.com>
+       * gas/sh/sh64/syntax-1.d: New test - basic syntax.
+       * gas/sh/sh64/syntax-1.s: New test - basic syntax.
+       * gas/sh/sh64/syntax-2.d: New test - basic syntax, pseudos.
+       * gas/sh/sh64/syntax-2.s: New test - basic syntax, pseudos.
+       2001-03-06  DJ Delorie  <dj@redhat.com>
+       * gas/sh/sh64/lineno.d: New, test dwarf2 line numbers vs macros.
+       * gas/sh/sh64/lineno.s: Ditto.
+       2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/sh/sh64/err-dsp.s: New test.
+       2001-01-13  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/sh/sh64/err-abi-64.s, gas/sh/sh64/err-abi-32.s,
+       gas/sh/sh64/abi-64.s, gas/sh/sh64/abi-64.d, gas/sh/sh64/abi-32.s,
+       gas/sh/sh64/abi-32.d, gas/sh/sh64/crange3.s,
+       gas/sh/sh64/crange3-1.d, gas/sh/sh64/crange4.s,
+       gas/sh/sh64/crange4-1.d, gas/sh/sh64/crange5.s,
+       gas/sh/sh64/crange5-1.d: New tests.
+       2001-01-07  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/sh/sh64/relax-1.s, gas/sh/sh64/relax-1.d: New test.
+       * gas/sh/sh64/err-pt-1.s: New test.
+       * gas/sh/sh64/relax-2.s, gas/sh/sh64/relax-2.d: New test.
+       * gas/sh/sh64/localcom-1.s, gas/sh/sh64/localcom-1.d: New test.
+       * gas/sh/sh64/movi-3.s, gas/sh/sh64/movi-3.d: New test.
+       * gas/sh/sh64/relax-3.s, gas/sh/sh64/relax-3.d: New test.
+       2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/sh/sh64/case-noexp-1.d: Adjust to changed GAS output for
+       check-PTA/PTB / perhaps-change-to-PTB bit in target field.
+       * gas/sh/sh64/case-noexp-1.d: Ditto.
+       * gas/sh/sh64/mix-noexp-1.d: Ditto.
+       * gas/sh/sh64/pt32-noexp-2.d: Ditto.
+       * gas/sh/sh64/pt64-noexp-2.d: Ditto.
+       * gas/sh/sh64/ptc32-noexp-1.d: Ditto.
+       * gas/sh/sh64/ptc64-noexp-1.d: Ditto.
+       * gas/sh/sh64/ptext32-noexp-1.d: Ditto.
+       * gas/sh/sh64/ptext64-noexp-1.d: Ditto.
+       2000-12-31  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/sh/sh64/shift64-3.d: Fix typo.
+       * gas/sh/sh64/shift64-noexp-3.d, gas/sh/sh64/shift32-noexp-3.d,
+       gas/sh/sh64/ptext64-noexp-1.d, gas/sh/sh64/ptext64-32-1.d,
+       gas/sh/sh64/ptext32-noexp-1.d, gas/sh/sh64/ptc64-noexp-1.d,
+       gas/sh/sh64/ptc64-32-1.d, gas/sh/sh64/ptc32-noexp-1.d,
+       gas/sh/sh64/pt64-noexp-2.d, gas/sh/sh64/pt64-32-2.d,
+       gas/sh/sh64/pt64-32-1.d, gas/sh/sh64/pt32-noexp-2.d,
+       gas/sh/sh64/pt-noexp-1.d, gas/sh/sh64/movi64-noexp-2.d,
+       gas/sh/sh64/movi32-noexp-2.d, gas/sh/sh64/mix-noexp-1.d,
+       gas/sh/sh64/err-ptb-2.s, gas/sh/sh64/err-ptb-1.s,
+       gas/sh/sh64/err-pt32-cmd3.s, gas/sh/sh64/err-pt32-cmd2.s,
+       gas/sh/sh64/err-pt32-cmd1.s, gas/sh/sh64/err-noexp-cmd1.s,
+       gas/sh/sh64/err-movi-noexp-1.s, gas/sh/sh64/crange2.s,
+       gas/sh/sh64/crange2-noexp-1.d, gas/sh/sh64/crange2-2.d,
+       gas/sh/sh64/crange2-1.d, gas/sh/sh64/case-noexp-1.d: New tests.
+       2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/sh/sh64/err-4.s: Use option -no-mix to see errors.  Adjust
+       for errors not being emitted at the .mode directives anymore.
+       * gas/sh/sh64/crange1.s, gas/sh/sh64/crange1-2.d,
+       gas/sh/sh64/crange1-1.d: New tests for .cranges section.
+       2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/sh/sh64/err-3.s: New test.
+       * gas/sh/sh64/immexpr1.s, gas/sh/sh64/immexpr32-1.d,
+       gas/sh/sh64/immexpr64-1.d: New tests.
+       * gas/sh/sh64/immexpr2.s, gas/sh/sh64/immexpr32-2.d,
+       gas/sh/sh64/immexpr64-2.d: New tests.
+       2000-12-11  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/sh/sh64/rel-1.s, gas/sh/sh64/rel-2.s, gas/sh/sh64/rel-3.s,
+       gas/sh/sh64/rel-4.s, gas/sh/sh64/rel-5.s, gas/sh/sh64/rel32-1.d,
+       gas/sh/sh64/rel32-2.d, gas/sh/sh64/rel32-3.d,
+       gas/sh/sh64/rel32-4.d, gas/sh/sh64/rel32-5.d,
+       gas/sh/sh64/rel64-1.d, gas/sh/sh64/rel64-2.d,
+       gas/sh/sh64/rel64-3.d, gas/sh/sh64/rel64-4.d,
+       gas/sh/sh64/rel64-5.d: New tests.
+       2000-12-07  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/sh/sh64/case-1.d, gas/sh/sh64/mix-1.d, gas/sh/sh64/pt32-1.d,
+       gas/sh/sh64/pt64-1.d, gas/sh/sh64/ptc32-1.d,
+       gas/sh/sh64/ptc64-1.d, gas/sh/sh64/ptext32-1.d,
+       gas/sh/sh64/ptext64-1.d: Correct offsets in PT/PTA/PTB expansion.
+       2000-12-05  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/sh/sh64/datal-3.s, gas/sh/sh64/datal32-3.d,
+       gas/sh/sh64/datal64-3.d: New tests.
+       2000-11-27  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/sh/sh64/datal-1.s: Remove whitespace at end of line.
+       * gas/sh/sh64/datal32-1.d, gas/sh/sh64/datal64-1.d,
+       gas/sh/sh64/movi32-1.d, gas/sh/sh64/movi32-2.d,
+       gas/sh/sh64/movi64-1.d, gas/sh/sh64/movi64-3.d: Correct register.
+       * gas/sh/sh64/mix-1.s, gas/sh/sh64/mix-1.d, gas/sh/sh64/err-4.s:
+       New tests.
+       2000-11-26  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/macros/macros.exp: Import xfail sh*-*-* from net binutils.
+       * gas/sh/sh64/case-1.d: Correct offsets in PT/PTA/PTB expansion.
+       gas/sh/sh64/pt32-1.d, gas/sh/sh64/pt64-1.d: Ditto.
+       gas/sh/sh64/ptc32-1.d, gas/sh/sh64/ptc64-1.d: Ditto.
+       gas/sh/sh64/ptext32-1.d, gas/sh/sh64/ptext64-1.d: Ditto.
+       2000-11-25  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/sh/sh64/ptc32-1.d, gas/sh/sh64/ptc64-1.d: Correct.
+       * gas/sh/sh64/datal-1.s, gas/sh/sh64/datal32-1.d,
+       gas/sh/sh64/datal64-1.d: New test.
+       * gas/sh/sh64/datal-2.s, gas/sh/sh64/datal-2.d: New test.
+       * gas/sh/sh64/creg-1.d, gas/sh/sh64/creg-1.s: New test.
+       * gas/sh/sh64/creg-2.d, gas/sh/sh64/creg-2.s: New test.
+       2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
+       * gas/sh/sh64: New testsuite.
+
+2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
+
+       * gas/sh/pic.d, gas/sh/pic.s: New test.
+       * gas/sh/basic.exp: Run it.
+
+2002-02-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/ppc/test1elf64.d: Tweak arch name.
+
 2002-02-04  Alexandre Oliva  <aoliva@redhat.com>
 
-       * gas/testsuite/gas/sh/pcrel.d: New test.
-       * gas/testsuite/gas/sh/pcrel.s: Sources for new test.
-       * gas/testsuite/gas/sh/basic.exp: Run it.
+       * gas/sh/pcrel.d, gas/sh/pcrel.s: New test.
+       * gas/sh/basic.exp: Run it.
 
 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>