X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftestsuite%2FChangeLog;h=1e262f1f7ebeafee5662d50a690c8175336865cd;hb=77cd6497db5b5c36f57a1b0c0cade6bde8ccf489;hp=4aabcf2d12d2903c2caf2be2ab4d1de77f677c51;hpb=4d7206a284ee1a195271e25a0a50c382efa134b2;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4aabcf2d12..1e262f1f7e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,189 @@ +2004-04-14 Richard Sandiford + + * gas/mips/vr4122.[sd]: Change option to -mfix-vr4120. + +2004-04-14 Richard Sandiford + + * gas/elf/section2.e-mips: Allow named section symbols. + * gas/mips/{,el}empic.d, gas/mips/mips{,el}16-[ef].d: Likewise. + +2004-04-13 Kazuhiro Inaoka + + * gas/m32r/parallel-2.s: New file: Test case for parallel code. + * gas/m32r/parallel-2.d: New file: Expected results. + * gas/m32r/m32r2.exp: Run the test. + + * gas/m32r/seth.s: New file: Test for seth. + * gas/m32r/seth.d: New file: Expected results. + * gas/m32r/m32r.exp: Run the new test. + +2004-04-01 Asgari Jinia + + * gas/sh/renesas-1.s, gas/sh/renesas-1.d: New test for -renesas + option. + * gas/sh/basic.exp: Run the new test. + +2004-04-01 Dave Korn + + * gas/dlx/alltests.exp: Execute new lohi test. + * gas/dlx/lohi.s: New test for spurious lo16/hi16 + reloc overflow checking. + * gas/dlx/lohi.d: New file: expected output. + * gas/dlx/lhi.d: Updated to properly expect lo16 + relocations where asked for. + * gas/dlx/itype.d: Likewise. + * gas/dlx/lhi.d: Corrected cut+paste error in test name. + +2004-03-30 Stan Shebs + + * gas/macros/macros.exp: Remove mention of MPW config. + +2004-03-27 Alan Modra + + * gas/i860/dir-intel03-err.l: Update for junk at end line becoming + an error. + * gas/m68hc11/m68hc11.exp: Likewise. + +2004-03-23 Andreas Schwab + + * gas/cfi/cfi-m68k.d: Adjust offsets. + +2004-03-22 Hans-Peter Nilsson + + * gas/cris/regreg.d: Assemble with --no-mul-bug-abort. + * gas/cris/mulbug-err-1.s, gas/cris/rd-mulbug-1.d: New tests. + +2004-03-17 Kaz Kojima + + * gas/cfi/cfi-sh-1.d: New file. + * gas/cfi/cfi-sh-1.s: Likewise. + * gas/cfi/cfi.exp: Add SH case. + +2004-03-16 Alan Modra + + * gas/ppc/altivec.d: Update. + * gas/ppc/altivec_xcoff.d: Update. + * gas/ppc/altivec_xcoff64.d: Update. + * gas/ppc/astest.d: Update. + * gas/ppc/astest2.d: Update. + * gas/ppc/astest2_64.d: Update. + * gas/ppc/astest64.d: Update. + * gas/ppc/booke.d: Update. + * gas/ppc/booke_xcoff.d: Update. + * gas/ppc/booke_xcoff64.d: Update. + * gas/ppc/e500.d: Update. + * gas/ppc/power4.d: Update. + * gas/ppc/test1elf32.d: Update. + * gas/ppc/test1elf64.d: Update. + * gas/ppc/test1xcoff32.d: Update. + +2004-03-15 Alan Modra + + * gas/i386/padlock.s: Pad with .p2align. + * gas/i386/padlock.d: Adjust. + +2004-03-12 Michal Ludvig + + * gas/i386/padlock.s, gas/i386/padlock.d: New tests for + VIA PadLock instructions. + * gas/i386/i386.exp: Run padlock tests. + +2004-03-12 Alan Modra + + * gas/i386/katmai.d: Revert last change. + + * gas/i386/katmai.d: Adjust for clflush change. + +2004-03-08 Andreas Jaeger + + * gas/cfi/cfi-s390x-1.d: Adjust offsets. + +2004-03-07 Richard Henderson + + * gas/cfi/cfi-common-2.d, gas/cfi/cfi-i386.d: Adjust offsets. + +2004-03-07 Andreas Jaeger + + * gas/cfi/cfi-x86_64.d: Adjust offsets. + +2004-03-07 Richard Henderson + + * gas/alpha/elf-reloc-8.d, gas/cfi/cfi-alpha-1.d, + gas/cfi/cfi-alpha-2.d, gas/cfi/cfi-alpha-3.d, gas/cfi/cfi-common-1.d, + gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d: Adjust offsets. + +2004-03-03 Kaz Kojima + + * gas/sh/sh64/err-dsp.s: Fix expected error message. + +2004-03-01 Richard Sandiford + + * gas/frv/fr405-insn.[sdl]: New test. + * gas/frv/fr450-spr.[sd]: New test. + * gas/frv/fr450-insn.[sdl]: New test. + * gas/frv/fr450-media-issue.[sl]: New test. + * gas/frv/allinsn.exp: Run new tests. Ensure fr405 instructions + aren't accepted for -mcpu=fr400 or -mcpu=fr500. Ensure fr450 + instructions aren't accepted for -mcpu=fr400, -mcpu=fr405 or + -mcpu=fr500. + +2004-03-01 Richard Sandiford + + * gas/frv/allinsn.s (rstb, rsth, rst, rstd, rstq): Replace with nops. + (rstbf, rsthf, rstf, rstdf, rstqf): Likewise. + * gas/frv/allinsn.d: Update accordingly. + +2004-02-17 Petko Manolov + + * gas/arm/maverick.c: DSPSC to/from opcode fixes. + * gas/arm/maverick.d: Likewise. + * gas/arm/maverick.s: Likewise. + +2004-02-09 Kaz Kojima + + * gas/sh/basic.exp: Don't do sh4a tests for sh5. + +2004-02-06 Nathan Sidwell + + * gas/macros/test2.s: Lowercase it. + +2004-02-02 Maciej W. Rozycki + + * gas/mips/div.d: Update to accomodate changes in macro + expansions. + gas/mips/elf-rel-got-n32.d: Likewise. + gas/mips/elf-rel-got-n64.d: Likewise. + gas/mips/elf-rel-xgot-n32.d: Likewise. + gas/mips/elf-rel-xgot-n64.d: Likewise. + gas/mips/la-svr4pic.d: Likewise. + gas/mips/la-xgot.d: Likewise. + gas/mips/lca-svr4pic.d: Likewise. + gas/mips/lca-xgot.d: Likewise. + +2004-02-01 Kaz Kojima + + * gas/sh/sh4a-fp.d: Fix opcode name fssra to fsrra. + * gas/sh/sh4a-fp.s: Likewise. + * gas/sh/err-sh4a-fp.s: Likewise. + +2004-01-24 Chris Demetriou + + * gas/mips/relax-swap1.s: Add extra space at end, so the + disassembly will consistently have "..." at its end. + * gas/mips/relax-swap2.s: Likewise. + * gas/mips/relax-swap1-mips2.d: Expect "..." at end of disassembly. + +2004-01-23 Daniel Jacobowitz + + * gas/arm/arm.exp: Add "undefined" test. + * gas/arm/undefined.s, gas/arm/undefined.l: New files. + +2004-01-23 Richard Sandiford + + * gas/mips/macro-warn-[1234].[sdl]: New tests. + * gas/mips/macro-warn-[12]-n32.[dl]: New tests. + * gas/mips/mips.exp: Run them. + 2004-01-23 Richard Sandiford * gas/mips/elf-rel19.[sd]: New test.