2001-01-03 Philip Blundell <pb@futuretv.com>
[binutils-gdb.git] / gas / testsuite / ChangeLog
index 729b1f3532dcf1c5d735da640845e31e85989426..ee647858b4fc4077c88cdac209e3a3a48f3852fa 100644 (file)
@@ -1,3 +1,129 @@
+2001-01-03  Philip Blundell  <pb@futuretv.com>
+
+       * gas/vtable/vtable.exp: Don't run tests on Alpha.
+
+Sat Jan  6 13:34:07 MET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.exp: Add tests for presence of 32bit versus 64bit output
+       format; run both 64bit and 32bit tests when format is available;
+       add x86_64 test.
+       * x86_64.s: New file.
+       * x86_64.d: New file.
+
+2001-01-02  Nick Clifton  <nickc@redhat.com>
+
+       * gas/arm/arm.exp: Pass -marmv3 to msr-bad test, since the
+       instruction is legal in v5.  Also fix expected error message.
+
+2001-01-01  Philip Blundell  <philb@gnu.org>
+
+       * gas/arm/adrl.s, gas/arm/pic.s, gas/arm/msr-bad.s: New tests.
+       * gas/arm/arm.exp: Run them.
+       * gas/arm/adrl.d, gas/arm/pic.d: Expected results for above.
+       * gas/arm/arm6.s: Also test uppercase `CPSR' and `SPSR'.
+
+2000-12-22  H.J. Lu  <hjl@gnu.org>
+
+       * gas/i386/intel.s: Replace "nop" with ".p2align 4,0".
+       * gas/i386/intel.d: Updated.
+
+2000-12-12  Jim Wilson  <wilson@redhat.com>
+
+       * gas/ia64/dv-imply.d, gas/ia64/dv-mutex.d, gas/ia64/dv-safe.d,
+       gas/ia64/dv-srlz.d, gas/ia64/opc-m.d: Update.
+
+2000-12-12  Nick Clifton  <nickc@redhat.com>
+
+       * gas/vtable/vtable.exp: Fix formatting.
+
+       * gas/arm/elsegundo.s: New Test (currently disabled).
+       * gas/arm/elsegundo.d: Expected test results.
+
+2000-12-11  H.J. Lu  <hjl@gnu.org>
+
+       * gas/i386/intel.d: Adjusted for the a.out assembler.
+       * gas/i386/intel.s: Likewise.
+
+2000-12-09  Nick Clifton  <nickc@redhat.com>
+
+       * gas/m68k/pcrel.d: Update to match latest assembler output.
+
+2000-12-02  Chris Demetriou  <cgd@sibyte.com>
+
+        * gas/mips/elf_e_flags.s: Add padding to the end of the
+        file so that objdump output will be consistent.
+        * gas/mips/elf_e_flags1.d, gas/mips/elf_e_flags2.d,
+        gas/mips/elf_e_flags3.d, gas/mips/elf_e_flags4.d: Expect
+        "..." at end of objdump output because of zero bytes at end
+        of section.
+        * gas/mips/elf_e_flags.c: Add note to comment about
+        what's changing in elf_e_flags.s.
+
+        * gas/mips/la.s: Add padding to the end of the file so that
+        objdump output will be consistent.
+        * gas/mips/la-svr4pic.d, gas/mips/la-xgot.d: Expect "..." at
+        end of objdump output because of zero bytes at end of
+        section.
+
+        * gas/mips/sync.s: Add padding to the end of the file so that
+        objdump output will be consistent.
+        * gas/mips/sync.d: Expect "..." at end of objdump output
+        because of zero bytes at end of section.
+
+        * gas/mips/empic.d: Pad sections out to 16 bytes, to avoid
+        alignment issues so tests are useful on multiple targets.
+        * gas/mips/empic.s: Likewise.
+        * gas/mips/mips16-e.d: Likewise.
+        * gas/mips/mips16-e.s: Likewise.
+        * gas/mips/mips16-f.d: Likewise.
+        * gas/mips/mips16-f.s: Likewise.
+
+        * gas/mips/mips32.d: Expect disassembly of madd and maddu
+        to use their correct names.  Add tests for break and sdbbp.
+        * gas/mips/mips32.s: Likewise.
+
+        * gas/mips/mips64.s: Add test for assembly of MIPS64
+        extensions.
+        * gas/mips/mips64.d: Likewise.
+        * gas/mips/mips.exp: Test using the new "mips64" test.
+
+2000-12-01  Chris Demetriou  <cgd@sibyte.com>
+
+        * gas/mips/mips16.d: Expect mips16 nops to be used for padding
+        when mips16 code generation is enabled.
+
+       * gas/mips/empic.d: Adjust for the fact that the difference
+       between two symbols in the same section are not expected to
+       generate a reloc.
+       * gas/mips/empic.s: Likewise.  Also, correct typo in comment
+       about expected relocs.
+       
+        * gas/mips/mips32.s, gas/mips/mips32.d: New files for MIPS32
+        instruction assembly test.
+        * gas/mips/mips.exp: Add the test mentioned above.
+
+2000-11-30  Diego Novillo  <dnovillo@redhat.com>
+
+       * intel.s, intel.d: New test for @GOT references.
+
+2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * gas/sh/err.exp: New, framework for error-testing.
+       * gas/sh/err-1.s: New test.
+
+2000-11-26  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * gas/m68hc11/opers12.s: New test for movw operands.
+       * gas/m68hc11/opers12.d: Likewise.
+
+2000-11-24  Nick Clifton  <nickc@redhat.com>
+
+       * arm.exp: Run tests for xscale as well as arm.
+       Run xscale tests.
+
+       * xscale.s: New file: XScale instruction tests.
+       * xscale.d: New file: Expected XScale instruction results.
+
 2000-11-20  H.J. Lu  <hjl@gnu.org>
 
        * gas/i386/intel.d: Add 3 "nop"s for the a.out assembler.