* gas/mips/set-arch.d: Fix GPR names and show raw insns.
[binutils-gdb.git] / gas / testsuite / ChangeLog
index 2430357e6271935e0930508ba88d1f817196cf12..d3ec143a87ff84071456ca86c687648b6e00ba8d 100644 (file)
@@ -1,3 +1,221 @@
+2003-07-02  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * gas/mips/set-arch.d: Fix GPR names and show raw insns.
+
+2003-06-29  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * gas/mips/set-arch.s: New file, testcase for .set arch=FOO.
+       * gas/mips/set-arch.d: Likewise.
+       * gas/mips/mips.exp: Use it.
+
+2003-06-25  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gas/h8300/h8sx_mov_imm.[sd]: Add tests for mov.[wl] #xx:8,@yy.
+
+2003-06-24  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gas/h8300/h8300.exp (h8sx_disp2, h8sx_rtsl, h8sx_mov_imm): Move...
+       * gas/h8300/h8300-elf.exp: ...here.
+
+2003-06-23  H.J. Lu <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Add prescott.
+
+       * gas/i386/prescott.d: New file.
+       * gas/i386/prescott.s: Likewise.
+
+2003-06-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * gas/mips/elf-rel-got-n32.d: Remove special handling for n32 ABI.
+       * gas/mips/elf-rel-xgot-n32.d: Likewise.
+       * gas/mips/jal-newabi.d: Likewise.
+
+2003-06-21  Christian Groessler  <chris@groessler.org>
+
+       * gas/z8k: New directory.
+       * gas/z8k/dec.s: New file.
+       * gas/z8k/decbf.s: New file.
+       * gas/z8k/decf.s: New file.
+       * gas/z8k/eidi.s: New file.
+       * gas/z8k/eidif.s: New file.
+       * gas/z8k/inc.s: New file.
+       * gas/z8k/incbf.s: New file.
+       * gas/z8k/incf.s: New file.
+       * gas/z8k/inout.d: New file.
+       * gas/z8k/inout.s: New file.
+       * gas/z8k/jr-back.s: New file.
+       * gas/z8k/jr-backf.s: New file.
+       * gas/z8k/jr-forw.s: New file.
+       * gas/z8k/jr-forwf.s: New file.
+       * gas/z8k/ldk.s: New file.
+       * gas/z8k/ldkf.s: New file.
+       * gas/z8k/z8k.exp: New file.
+
+2003-06-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * gas/cfi/cfi-i386.d: Regenerated.
+       * gas/cfi/cfi-common-1.d: Regenerated.
+       * gas/cfi/cfi-common-2.d: Regenerated.
+       * gas/cfi/cfi-common-3.d: Regenerated.
+       * gas/cfi/cfi-x86_64.d: Regenerated.
+       * gas/cfi/cfi-alpha-1.d: Regenerated.
+       * gas/cfi/cfi-alpha-2.d: Regenerated.
+       * gas/cfi/cfi-alpha-3.d: Regenerated.
+
+2003-06-17  Nick Clifton  <nickc@redhat.com>
+
+       * gas/i386/absrel.d: Tweak patterns to work for i386-pc-cygwin
+       target as well.
+       * gas/i386/sub.d: Likewise.
+
+2003-06-17  Loren James Rittle  <rittle@latour.rsch.comm.mot.com>
+
+       * gas/alpha/elf-reloc-1.d: Allow system-specific gunk after
+       canonical file format.
+       * gas/alpha/elf-reloc-4.d: Likewise.
+       * gas/alpha/elf-reloc-5.d: Likewise.
+       * gas/alpha/elf-reloc-7.d: Likewise.
+       * gas/alpha/elf-reloc-8.d: Likewise.
+       * gas/alpha/elf-tls-1.d: Likewise.
+       * gas/alpha/elf-usepv-1.d: Likewise.
+
+2003-06-16  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gas/cris: Match output having $ register prefix.  Deal with
+       target variants default requiring register prefix on input.
+
+2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
+
+       * gas/arm/arm.exp: Pass -mfpu=fpa option to the FPA instruction test.
+
+2003-06-12  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gas/mips/elf-rel15.[sd]: New test.
+       * gas/mips/mips.exp: Run it.
+
+2003-06-11  Richard Henderson  <rth@redhat.com>
+
+       * gas/cfi/cfi-common-3.[ds]: New.
+       * gas/cfi/cfi.exp: Run it.
+
+2003-06-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/macros/app1.d: Ignore section symbols.
+       * gas/macros/app2.d: Likewise.
+       * gas/macros/app3.d: Likewise.
+       * gas/macros/app4.d: Likewise.
+
+2003-06-10  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * gas/mips/mips.exp: Fix typo.
+       * gas/mips/elempic.d: Force o64 ABI.
+       * gas/mips/telempic.d: Likewise.
+
+2003-06-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * lib/gas-defs.exp (proc is_elf_format): Copy from ld testsuite.
+       * gas/cfi/cfi.exp: Use here.  Only run tests when ELF.
+       * gas/macros/and.s: Avoid .set so we don't break mips.
+
+2003-06-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/macros/and.s: New.
+       * gas/macros/macros.exp: Assemble it.
+
+2003-06-10  Gary Hade <garyhade@us.ibm.com>
+
+       * gas/ppc/test2elf64.{s,d}: New test.
+       * gas/ppc/ppc.exp: Run new test.
+
+2003-06-10  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gas/h8300/h8sx_mov_imm.[sd]: New test.
+       * gas/h8300/h8300.exp: Run it.
+
+2003-06-10  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gas/h8300/h8sx_rtsl.[sd]: New test.
+       * gas/h8300/h8300.exp: Run it.
+
+2003-06-10  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gas/h8300/h8sx_disp2.[sd]: New test.
+       * gas/h8300/h8300.exp: Run it.
+
+2003-06-07  Richard Henderson  <rth@redhat.com>
+
+       * gas/cfi/cfi-common-1.d, gas/cfi/cfi-common-1.s: New.
+       * gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-2.s: New.
+       * gas/cfi/cfi-diag-1.d, gas/cfi/cfi-diag-1.s: New.
+       * gas/cfi/cfi.exp: Run them.
+
+2003-06-05  Michael Snyder  <msnyder@redhat.com>
+
+       * gas/h8300/t01_mov.s: New file, tests mov instructions.
+       * gas/h8300/t02_mova.s: New file, tests mova instructions.
+       * gas/h8300/t03_add.s: New file, tests add instructions.
+       * gas/h8300/t04_sub.s: New file, tests sub instructions.
+       * gas/h8300/t05_cmp.s: New file, tests cmp instructions.
+       * gas/h8300/t06_ari2.s: New file, tests arithmetic instructions.
+       * gas/h8300/t07_ari3.s: New file, tests arithmetic instructions.
+       * gas/h8300/t08_or.s: New file, tests or instructions.
+       * gas/h8300/t09_xor.s: New file, tests xor instructions.
+       * gas/h8300/t10_and.s: New file, tests and instructions.
+       * gas/h8300/t11_logs.s: New file, tests logical instructions.
+       * gas/h8300/t12_bit.s: New file, tests bit instructions.
+       * gas/h8300/t13_otr.s.s: New file, tests misc. instructions.
+       * gas/h8300/t01_mov.exp: New file.
+       * gas/h8300/t02_mova.exp: New file.
+       * gas/h8300/t03_add.exp: New file.
+       * gas/h8300/t04_sub.exp: New file.
+       * gas/h8300/t05_cmp.exp: New file.
+       * gas/h8300/t06_ari2.exp: New file.
+       * gas/h8300/t07_ari3.exp: New file.
+       * gas/h8300/t08_or.exp: New file.
+       * gas/h8300/t09_xor.exp: New file.
+       * gas/h8300/t10_and.exp: New file.
+       * gas/h8300/t11_logs.exp: New file.
+       * gas/h8300/t12_bit.exp: New file.
+       * gas/h8300/t13_otr.exp: New file.
+
+2003-06-04  Richard Henderson  <rth@redhat.com>
+
+       * gas/alpha/elf-usepv-1.[sd]: New.
+       * gas/alpha/elf-usepv-2.[sd]: New.
+       * gas/alpha/alpha.exp: Run them.
+       * gas/cfi/cfi-alpha-3.[sd]: New.
+       * gas/cfi/cfi.exp: Run it.
+
+2003-05-31  Richard Henderson  <rth@redhat.com>
+
+       * gas/alpha/elf-reloc-8.d: Correct .eh_frame relocs.
+       * gas/cfi/cfi-alpha-2.d: New.
+       * gas/cfi/cfi-alpha-2.s: New.
+       * gas/cfi/cfi.exp: Run it.
+
+2003-05-29  Richard Henderson  <rth@redhat.com>
+
+       * gas/alpha/elf-reloc-8.d: Add .eh_frame relocs.
+       * gas/cfi/cfi-alpha-1.d: New.
+       * gas/cfi/cfi-alpha-1.s: New.
+       * gas/cfi/cfi.exp: Run it.
+
+2003-05-27  Richard Henderson  <rth@redhat.com>
+
+       * gas/cfi/cfi-i386.d: Update for dw2gencfi rewrite.
+       * gas/cfi/cfi-x86_64.d: Likewise.
+       * gas/cfi/cfi-i386-2.d: New.
+       * gas/cfi/cfi-i386-2.s: New.
+
+2003-05-23  Jason Eckhardt  <jle@rice.edu>
+
+       * gas/i860/xp.s: New file.
+       * gas/i860/xp.d: New file.
+
+2003-05-23  Richard Earnshaw  <rearnsha@arm.com>
+
+       * gas/i860/i860.exp: Don't call exit if the target isn't an i860.
+
 2003-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * gas/mips/jal-newabi.s: New file, testcase for NewABI xgot jal macro.