X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftestsuite%2FChangeLog;h=1f86d4925b971280aea3d2da17a5da5f0d892664;hb=a3f9a7e94350d8a42dfe834305f10b5d133abe0a;hp=160a22204afd3b096a8da7b13cc2202c1dc617e2;hpb=be6389fdef2f1df307fc760d344796c815103075;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 160a22204a..1f86d4925b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,357 @@ +2003-12-01 Kaz Kojima + + * gas/sh/basic.exp: Define ASFLAGS appropriately and don't do + dsp test for sh64/sh5 targets. + * gas/sh/sh64/crange1.s: Tidy up to match data alignment. + * gas/sh/sh64/crange1-1.d: Update. + * gas/sh/sh64/crange1-2.d: Likewise. + * gas/sh/sh64/datal32-3.d: Likewise. + * gas/sh/sh64/datal64-3.d: Likewise. + * gas/sh/sh64/localcom-1.d: Likewise. + +2003-11-27 Alexandre Oliva + + * gas/frv/reloc1.[sd]: Test references to external symbols and + inter-section references too. + +2003-11-26 Christian Groessler + + * gas/z8k/jmp-cc.d: New file. + * gas/z8k/jmp-cc.s: New file. + * gas/z8k/ret-cc.d: New file. + * gas/z8k/ret-cc.s: New file. + * gas/z8k/z8k.exp: Run new tests. + +2003-11-26 Nick Clifton + + * gas/h8300/t01_mov.s: Revert changes. + * gas/h8300/t01_mov.exp: Revert changes. + +2003-11-25 Asgari Jinia + + * gas/h8300/multiples.s : Add instructions for H8s. + * gas/h8300/h8300.exp (do_h8300s_multiple) : Add more test + conditions for instructions for H8s. + * gas/h8300/t01_mov.s: Correct illegal ldm/stm register pairings. + * gas/h8300/t01_mov.exp: Update expected results. + +2003-11-22 Alan Modra + + * gas/i386/divide.s: New. + * gas/i386/divide.d: New. + * gas/i386/i386.exp (gas_32_check): Run it. + + * gas/ppc/machine.s: New. + * gas/ppc/machine.d: New. + * gas/ppc/ppc.exp: Run it. + +2003-11-18 Maciej W. Rozycki + + * gas/mips/lca-svr4pic.d: New test for the "lca" macro. + * gas/mips/lca-xgot.d: Likewise. + * gas/mips/lca.s: Source for the new tests. + * gas/mips/mips.exp: Run the new tests. + +2003-11-14 Nick Clifton + + * gas/arm/arm7.d: Pass -D instead of -d to objdump in order to + display the contents of data fields in the .text section. + This change is necessary after the addition of arm elf mapping + symbol support to gas. + * gas/arm/pic.d: Expect addresses with function name offsets. + This change is necessary after the addition of arm elf mapping + symbol support to gas. + +2003-11-13 Nick Clifton + + * gas/arm/mapping.s: New test: Source for ARM ELF mapping + symbols test. + * gas/arm/mapping.d: New file: Expected output. + * gas/arm/arm.exp: Run new test. + +2003-11-06 Nick Clifton + + * gas/arm/req.s: New test file. Check .req and .unreq psuedo ops. + * gas/arm/req.l: Expected error output from req.s test. + * gas/arm/copro.d: Set target architecture for objdump so that the + test will work on architectures which cannot encode higher arm + architecture types in their file headers. + * gas/arm/arm.exp: Run new req.s test. + Skip thumb instruction test for PE targets which do not support + thumb relocations. + * gas/elf/elf.exp: Skip special handling of section2 test for + XScale targets - it is no longer needed. + +2003-11-04 H.J. Lu + + * gas/m68k/mcf-mov3q.d: Support 64bit BFD. + +2003-11-03 Daniel Jacobowitz + + * gas/arm/arm7t.d: Replace '-#' with '#-'. + * gas/arm/copro.d: Likewise. + * gas/arm/fpa-mem.d: Likewise. + * gas/arm/maverick.c: Likewise. + * gas/arm/maverick.d: Likewise. + * gas/arm/vfp1.d: Likewise. + * gas/arm/vfp1xD.d: Likewise. + * gas/arm/xscale.d: Likewise. + +2003-10-27 Stephane Carrez + + * gas/m68hc11/opers12-dwarf2.d: Update, local label prefix removed. + * gas/m68hc11/lbranch-dwarf2.d: Update. + +2003-10-23 Peter Barada + + * gas/m68k/mcf-mov3q.s: New file: Test some ColdFire instructions. + * gas/m68k/mcf-mov3q.s: New file: Expected disassembly. + * gas/m68k/all.exp: Run new test. + +2003-10-22 Andreas Schwab + H.J. Lu + + * gas/ia64/dv-mutex-err.s: Add more tests for compare. + * gas/ia64/dv-mutex.s: Likewise. + + * gas/ia64/dv-mutex-err.l: Updated. + * gas/ia64/dv-mutex.d: Likewise. + +2003-10-18 Hans-Peter Nilsson + + * gas/mmix/op-0-1.d, gas/mmix/pushj-c.d, gas/mmix/weak1.d: Add + --no-pushj-stubs option. + * gas/mmix/reloclab-r.d, gas/mmix/reloclab.d: Add --no-stubs + option. + * gas/mmix/reloclab.l: Adjust for PUSHJ stub. + * gas/mmix/pushj-cs.d, gas/mmix/reloclab-s.d, gas/mmix/relax2.s, + gas/mmix/relax2.d, gas/mmix/op-0-1s.d, gas/mmix/reloclab-rs.d, + gas/mmix/weak1-s.d: New tests. + +2003-10-17 Ian Lance Taylor + + * gas/arm/iwmmxt-bad.s: New file. + * gas/arm/iwmmxt-bad.l: New file. + * gas/arm/arm.exp: Run new test. + +2003-10-16 Ian Lance Taylor + + * gas/arm/iwmmxt.d: Add -miwmmxt to #objdump line, to get the + right disassembly. + +2003-10-16 H.J. Lu + + * gas/alpha/elf-reloc-8.d: Updated. + +2003-10-10 Dave Brolley + + * gas/frv/allinsn.s: Use preoperly aligned registers. + * gas/frv/allinsn.d: Update expected results. + +2003-10-08 Chris Demetriou + + * lib/gas-defs.exp (gas_run): Always log the command being run. + (gas_start): Likewise. + (regexp_diff): Make error reporting about non-existent files + consistent. + +2003-10-06 Nick Clifton + + * gas/macros/app1.d: Skip sections symbols (if present). + * gas/macros/app2.d: Likewise. + * gas/macros/app3.d: Likewise. + * gas/macros/app4.d: Likewise. + +2003-10-04 Christian Groessler + + * gas/z8k/calr-backf.s: New file. + * gas/z8k/calr-forwf.s: New file. + * gas/z8k/calr.d: New file. + * gas/z8k/calr.s: New file. + * gas/z8k/djnz-backf.s: New file. + * gas/z8k/djnz-backf2.s: New file. + * gas/z8k/djnz.d: New file. + * gas/z8k/djnz.s: New file. + * gas/z8k/jr-back.d: New file. + * gas/z8k/jr-forw.d: New file. + * gas/z8k/jr-back.s: Fix displacement length. Add some more jumps + for jr-back.d. + * gas/z8k/jr-backf.s: Fix displacement length. + * gas/z8k/jr-forw.s: Fix displacement length. Add some more jumps + for jr-forw.d. + * gas/z8k/jr-forwf.s: Fix displacement length. + * gas/z8k/z8k.exp: Run new tests. + +2003-10-01 Thiemo Seufer + + * gas/mips/ldstla-32-shared.d: New file. + * gas/mips/ldstla-32.d: New file. + * gas/mips/ldstla-32.s: New file. + * gas/mips/ldstla-n32-shared.d: New file. + * gas/mips/ldstla-n32.d: New file. + * gas/mips/ldstla-n32.s: New file. + * gas/mips/ldstla-n64-shared.d: New file. + * gas/mips/ldstla-n64.d: New file. + * gas/mips/ldstla-n64.s: New file. + * gas/mips/mips.exp: Add ld-st-la tests. + +2003-09-30 Chris Demetriou + + * lib/gas-defs.exp (run_dump_test): If stderr file is specified + and there was no stderr output, compare anyway (i.e., cause a + test failure). + * gas/mips/mips64-mips3d.s: Add some new instructions to test warnings. + * gas/mips/mips64-mips3d.l: New file. + * gas/mips/mips64-mips3d.d: Use mips64-mips3d.l, and update for + changes to mips64-mips3d.s. + * gas/mips/mips64-mips3d-incl.d: Likewise. + * gas/mips/set-arch.l: New file. + * gas/mips/set-arch.d: Specify set-arch.l as stderr output to check. + * gas/mips/mips5.l: Make error messages match source. + +2003-09-30 Chris Demetriou + + * gas/mips/cp0-names-mips64r2.d: New file. + * gas/mips/cp0sel-names-mips64r2.d: New file. + * gas/mips/elf_arch_mips64r2.d: New file. + * gas/mips/hwr-names-mips64r2.d: New file. + * gas/mips/mips32r2-ill-fp64.l: New file. + * gas/mips/mips32r2-ill-fp64.s: New file. + * gas/mips/mips64r2-ill.l: New file. + * gas/mips/mips64r2-ill.s: New file. + * gas/mips/mips64r2.d: New file. + * gas/mips/mips64r2.s: New file. + * gas/mips/mips.exp: Define "mips64r2" arch, and run new tests. + +2003-09-29 Dave Brolley + + * gas/frv/allinsn.s (nldqi): Removed. Replaced with nop. + * gas/frv/allinsn.d (nldqi): Ditto. + +2003-09-25 Hans-Peter Nilsson + + * gas/cris/rd-pcrel2.d: Update for changes in section flag + defaults. + +2003-09-20 Thiemo Seufer + + * gas/mips/elfel-rel.d: Add ABI specification. + * gas/mips/elfel-rel2.d: Likewise. + * gas/mips/elfel-rel3.d: Likewise. + +2003-09-19 Thiemo Seufer + + * gas/mips/rm7000.s: Let objdump print trailing dots. + +2003-09-19 Thiemo Seufer + + * gas/mips/empic3_e.s: Fix typo. + +2003-09-05 Richard Sandiford + + * gas/frv/reloc1.[sd]: New test. + * gas/frv/allinsn.exp: Run it. + +2003-09-04 Nick Clifton + + * gas/v850/v850e1.s: New test source file. + * gas/v850/v850e1.d: New test disassembly file. + * gas/v850/basic.exp: Run v850e1 test. + +2003-09-03 Robert Millan + + * gas/alpha/alpha.exp: Match GNU/KFreeBSD with new kfreebsd*-gnu + triplet. + +2003-09-03 Nick Clifton + + * gas/cris/diffexp-ovwr.d: Remove regexp for empty section + contents string. + gas/cris/pushpop-dcr1-sreg.d: Likewise. + gas/cris/string-1.d: Likewise. + gas/cris/string-2.d: Likewise. + gas/cris/x-to-dcr1-sreg.d: Likewise. + gas/elf/section0.d: Likewise. + gas/elf/section1.d: Likewise. + gas/i386/relax.d: Likewise. + gas/mips/elempic.d: Likewise. + gas/mips/empic.d: Likewise. + gas/mips/mips16-e.d: Likewise. + gas/mips/mips16-f.d: Likewise. + gas/mips/mipsel16-e.d: Likewise. + gas/mips/mipsel16-f.d: Likewise. + gas/mips/rm7000.d: Likewise. + gas/mips/telempic.d: Likewise. + gas/mips/tempic.d: Likewise. + gas/mips/tmips16-e.d: Likewise. + gas/mips/tmips16-f.d: Likewise. + gas/mips/tmipsel16-e.d: Likewise. + gas/mips/tmipsel16-f.d: Likewise. + gas/mmix/align-1.d: Likewise. + gas/mmix/basep-10.d: Likewise. + gas/mmix/basep-11.d: Likewise. + gas/mmix/basep-9.d: Likewise. + gas/mmix/comment-3.d: Likewise. + gas/mmix/cons-1.d: Likewise. + gas/mmix/cons-2.d: Likewise. + gas/mmix/expr-1.d: Likewise. + gas/mmix/fb-1.d: Likewise. + gas/mmix/fb-2.d: Likewise. + gas/mmix/greg1.d: Likewise. + gas/mmix/greg1a.d: Likewise. + gas/mmix/greg2.d: Likewise. + gas/mmix/greg2a.d: Likewise. + gas/mmix/greg3.d: Likewise. + gas/mmix/greg4.d: Likewise. + gas/mmix/greg7.d: Likewise. + gas/mmix/greg8.d: Likewise. + gas/mmix/is-1.d: Likewise. + gas/mmix/local-1.d: Likewise. + gas/mmix/odd-1.d: Likewise. + gas/mmix/op-0-1.d: Likewise. + gas/mmix/op-0-2.d: Likewise. + gas/mmix/prefix3.d: Likewise. + gas/mmix/pseudo-1.d: Likewise. + gas/mmix/weak1.d: Likewise. + gas/sh/sh64/crange1-1.d: Likewise. + 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/crange5-1.d: Likewise. + gas/sh/sh64/datal32-3.d: Likewise. + gas/sh/sh64/datal64-3.d: Likewise. + gas/sh/sh64/endian-1.d: Likewise. + gas/sh/sh64/endian-2.d: Likewise. + gas/sh/sh64/localcom-1.d: Likewise. + gas/sh/sh64/rel32-5.d: Likewise. + gas/sh/sh64/rel64-5.d: Likewise. + gas/sh/sh64/ua32-1.d: Likewise. + gas/sh/sh64/ua64-1.d: Likewise. + gas/xstormy16/reloc-1.d: Likewise. + +2003-09-01 Maciej W. Rozycki + + * gas/mips/elf-rel-got-n32.d: Fix ulw and usw patterns for + little-endian. + * gas/mips/elf-rel-got-n64.d: Likewise. + * gas/mips/elf-rel-xgot-n32.d: Likewise. + * gas/mips/elf-rel-xgot-n64.d: Likewise. + +2003-08-29 Jakub Jelinek + + * gas/cfi/cfi-sparc-1.s: New test. + * gas/cfi/cfi-sparc-1.d: New test. + * gas/cfi/cfi-sparc64-1.s: New test. + * gas/cfi/cfi-sparc64-1.d: New test. + * gas/cfi/cfi.exp: Run them. + +2003-08-19 Nick Clifton + + * gas/arm/copro.s: Add tests of Addressing Mode 5 (Unindexed). + * gas/arm/arm.exp: Run copro.s as a dump test. + * gas/arm/copro.d: New file: expected disassembly of copro.s + 2003-08-16 Jason Eckhardt * gas/i860/pseudo-ops01.{s,d}: New files.