X-Git-Url: https://repo.jachan.dev/binutils.git/blobdiff_plain/d9f4c35f653b5b8040e758ccb6d9509cc69bf596..5c7bebdba475447dbbf9c01dac6895d36edcebec:/gas/testsuite/ChangeLog?ds=sidebyside diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index db2cbe66d3..0b1e54f0dc 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,574 @@ +Thu Jul 4 14:23:36 1996 Ian Lance Taylor + + Avoid DOS file naming problems: + * gas/h8300/branch.s: Rename from branches.s. + * gas/h8300/branchh.s: Rename from branchesh.s. +start-sanitize-h8s + * gas/h8300/branchs.s: Rename from branchess.s. +end-sanitize-h8s + * gas/h8300/rotsh.s: Rename from rotshift.s. + * gas/h8300/rotshh.s: Rename from rotshifth.s. +start-sanitize-h8s + * gas/h8300/rotshs.s: Rename from rotshifts.s. +end-sanitize-h8s + * gas/h8300/h8300.exp: Corresponding changes. + +Thu Jul 4 14:01:46 1996 James G. Smith + + * gas/mips/mips.exp: Add new tests for processors with interlocks + on div and mul. + * gas/mips/div-ilocks.d: Added. + * gas/mips/mul-ilocks.d: Added. + +Wed Jul 3 14:20:04 1996 Ian Lance Taylor + + * gas/all/gas.exp: Remove setup_xfail for h8300*-*-* for two tests + which now pass. + * gas/h8300/h8300.exp: Fix regexp of mov32bug test to work on a 64 + bit host. + +Sat Jun 29 18:21:51 1996 Ian Lance Taylor + + * gas/all/gas.exp: Add setup_xfail for vax*-*-vms* for 930509a + test. + * gas/vax/quad.exp: Expect a nop after the movq. + +Tue Jun 18 12:39:49 1996 Jeffrey A. Law + + * gas/h8300/cbranchh.s: Switch into h8300h mode. + * gas/h8300/h8300.exp (H8/300H misc tests): Fix test names. + +start-sanitize-h8s + * gas/h8300/{addsubs.s,bitops1s.s,bitops2s.s}: New tests for the + H8/S. + * gas/h8300/{bitops3.s,bitops4.s,cbranchs.s,logicals.s}: Likewise. + * gas/h8300/{branchess.s,compares.s,macs.s,decimals.s}: Likewise. + * gas/h8300/{incdecs.s,divmuls.s,miscs.s,multiples.s}: Likewise. + * gas/h8300/{movbs.s,movws.s,movls.s,pushpops.s}: Likewise. + * gas/h8300/{rotshifts.s,extends.s}: Likewise. + * gas/h8300/h8300.exp: Run them. +end-sanitize-h8s +Mon Jun 10 14:14:40 1996 Ian Lance Taylor + + * gas/all/cofftag.s, gas/all/cofftag.d: New test for COFF enum tag + with the same name as a global variable. + * gas/all/gas.exp: Run cofftag test for any COFF target. + +Thu Jun 6 12:30:05 1996 Ian Lance Taylor + + * gas/m68k/all.exp: Pass -m68020 when assembling the disperr.s + test. + +Fri May 31 10:11:13 1996 Jeffrey A Law (law@cygnus.com) + + * gas/h8300/h8300.exp: Fix add.l test for H8/300H. + +Wed May 29 16:35:43 1996 Ian Lance Taylor + + * gas/mips/jal-xgot.d: Correct for 64 bit output. + +Thu Apr 25 19:31:59 1996 Doug Evans + + * gas/sparc/sparc.exp: Only run sparclet tests if sparclet. + +Wed Apr 24 17:06:18 1996 Ian Lance Taylor + + * gas/m68k/op68000.d: Add statements now caught by gas. + +Mon Apr 22 16:45:12 1996 Doug Evans + + * gas/sparc/splet.[ds]: New tests for sparclet extensions. + * gas/sparc/sparc.exp: Run them. + +Mon Apr 15 17:25:18 1996 Ian Lance Taylor + + * gas/mips/la.d: Updated for April 5 MIPS assembler changes. + * gas/mips/lb.d, gas/mips/ld.d, gas/mips/sb.d: Likewise. + * gas/mips/uld.d, gas/mips/ulh.d, gas/mips/ulw.d: Likewise. + * gas/mips/usd.d, gas/mips/ush.d, gas/mips/usw.d: Likewise. + +Wed Apr 10 14:27:51 1996 Jeffrey A Law (law@cygnus.com) + + * gas/h8300/mov32bug.s: New test. + * gas/h8300/h8300.exp: Run it. + +Fri Apr 5 10:13:28 1996 Jeffrey A Law (law@cygnus.com) + + * gas/h8300/{addsubh.s,bitops1h.s,bitops2h.s}: New h8300h tests. + * gas/h8300/{bitops3h.s,bitops4h.s,branchesh.s}: New h8300h tests. + * gas/h8300/{cbranchh.s,compareh.s,decimalh.s}: New h8300h tests. + * gas/h8300/{divmulh.s,incdech.s,logicalh.s}: New h8300h tests. + * gas/h8300/{misch.s,movbh.s,movwh.s}: New h8300h tests. + * gas/h8300/{pushpoph.s,rotshifth.s}: New h8300h tests. + * gas/h8300/h8300.exp: Run them. + + * gas/h8300/{movb.s,movw.s}: Correct predecrement syntax. + + * gas/h8300/h8300.exp: Fix typos in bitops4 and movb tests. + + * gas/h8300/{addsub.s,bitops1.s,bitops2.s}: New h8300 tests. + * gas/h8300/{bitops3.s,bitops4.s,branches.s}: New h8300 tests. + * gas/h8300/{cbranch.s,compare.s,decimal.s}: New h8300 tests. + * gas/h8300/{divmul.s,incdec.s,logical.s}: New h8300 tests. + * gas/h8300/{misc.s,movb.s,movw.s}: New h8300 tests. + * gas/h8300/{pushpop.s,rotshift.s}: New h8300 tests. + * gas/h8300/h8300.exp: Run them. + +Fri Mar 15 17:16:24 1996 Ian Lance Taylor + + * gas/sparc/synth.d: Don't require sparc in the file format, since + it won't be there on SunOS. + +Thu Mar 7 14:51:23 1996 Doug Evans + + * gas/sparc/synth.[ds]: New testcase. + * gas/sparc/sparc.exp: Run it. + +Fri Mar 1 12:01:48 1996 Jeffrey A Law (law@cygnus.com) + + * gas/all/gas.exp: xfail difference of two undefined symbols + and difference of forward references for the h8300. + +Thu Feb 22 16:40:31 1996 Ian Lance Taylor + + * gas/mips/lb-xgot.d: Correct. + +Mon Feb 19 02:43:36 1996 Doug Evans + + * gas/sparc/{asi,membar,prefetch,rdpr,synth64,wrpr}.d: Pass -Av9 + to gas. + * gas/sparc/addend.exp: Execute for any sparc cpu. + * gas/sparc/{mismatch.exp,mism-1.s}: New test. + +Wed Feb 14 13:49:59 1996 Ian Lance Taylor + + * gas/mips/jal-xgot.d, gas/mips/la-xgot.d: New tests. + * gas/mips/lb-xgot.d, gas/mips/ld-xgot.d: New tests. + * gas/mips/lif-xgot.d, gas/mips/ulh-xgot.d: New tests. + * gas/mips/mips.exp: Run new tests if svr4pic. + +Sat Jan 27 13:27:45 1996 Doug Evans + + * lib/gas-dg.exp (gas-dg-test): Delete default_flags and libs args. +start-sanitize-arc + * gas/arc/warn.exp: Delete libs arg in call to dg-runtest. +end-sanitize-arc + +Fri Jan 26 14:24:01 1996 Jeffrey A Law (law@cygnus.com) + + * gas/hppa/unsorted/unsorted.exp: Update for objdump changes. + +Wed Jan 10 12:40:31 1996 Ian Lance Taylor + + * gas/mips/*.d: Update for changes to disassembler. + +Wed Jan 3 22:59:53 1996 Ian Lance Taylor + + * gas/mips/ulh-svr4pic.d: Update for tc-mips.c load_address + change. + +Fri Nov 17 10:32:25 1995 Ian Lance Taylor + + * gas/mri/immconst.d: New test. + * gas/mri/mri.exp: Run it. + * gas/mri/constants.s: Test immediate constants. + * gas/mri/constants.d: Corresponding change. + + * gas/m68k/link.s: Add nop to pad to eight byte boundary. + * gas/m68k/link.d: Corresponding change. + +Sun Nov 12 21:28:11 1995 Jeffrey A Law (law@cygnus.com) + + * gas/hppa/unsorted/brlenbug.s: New test. + * gas/hppa/unsorted/unsorted.exp: Run it. + +Sun Nov 5 12:49:27 1995 Ian Lance Taylor + + * gas/mips/beq.s: Declare text_label global. + * gas/mips/jal.s: Likewise. + +Fri Nov 3 12:35:07 1995 Ian Lance Taylor + + * gas/m68k/link.s: Use "&" instead of "#" for immediate values. + + * gas/m68k/fmoveml.s, gas/m68k/fmoveml.d: New test. + * gas/m68k/all.exp: Run it. + +Thu Nov 2 23:11:05 1995 Ian Lance Taylor + + * gas/m68k/link.s, gas/m68k/link.d: New test. + * gas/m68k/all.exp: Run it. + +Tue Oct 24 10:57:20 1995 Jeffrey A Law (law@cygnus.com) + + * gas/hppa/basic/basic.exp: Test lci and syncdma instructions. + * gas/hppa/basic/system.s: Corresponding changes. + +Fri Oct 6 17:13:35 1995 Ken Raeburn + + * gas/m68k/operands.d: Don't require a fixed number of leading + zeros in any number. + + * gas/m68k/operands.s, gas/m68k/bitfield.s: Use "&" instead of "#" + for immediate values. + +Fri Oct 6 10:54:13 1995 Doug Evans + + * gas/arm/arm.exp: Renamed from gas.exp. + * gas/arm/le-fpconst.[sd]: New testcase. + +Fri Sep 29 15:12:10 1995 Ian Lance Taylor + + * gas/mri/mri.exp: Only run tests for m68k target. + +Mon Sep 25 12:31:46 1995 Ian Lance Taylor + + * gas/mri/mri.exp: Add setup_xfail for arm*-*-* for constants + test. + +Thu Sep 21 01:26:08 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/sh/fp.s (fmac): Update for new assembly syntax. + +Mon Sep 18 14:04:34 1995 Ian Lance Taylor + + * lib/gas-defs.exp (gas_run): Call prune_system_crud. + (run_dump_test, objdump): Likewise. + +Thu Sep 14 13:10:10 1995 Doug Evans + + * gas/sparc/{wrdr.[ds],rdpr.[ds]}: New tests. + * gas/sparc/sparc.exp: Run them. + +Wed Sep 13 16:35:51 1995 Ian Lance Taylor + + * Makefile.in, configure.in: Remove; the testsuite is now run + directly from the gas Makefile. + +Mon Sep 11 11:44:23 1995 Ian Lance Taylor + + * gas/mri/empty.s: New file. + * gas/mri/mri.exp: Test assembling empty.s. + * gas/mri/comment.s: Add a couple more comment variants. + + * gas/mri/mri.exp: Add xfail for the expr test for all hppa + targets. + +Wed Sep 6 21:39:23 1995 Ian Lance Taylor + + * gas/mri/comment.s, gas/mri/comment.d: New test. + * gas/mri/mri.exp: Run it. + * gas/mri/expr.s: Remove whitespace in operand field. + * gas/mri/for.s: Add comments for further testing. + * gas/macros/test2.s: Put in an upper case ELSE to test case + insensitivity. + +Wed Aug 30 16:12:03 1995 Doug Evans + + * gas/sparc/{prefetch.[ds],synth64.[ds]}: New tests. + +Tue Aug 29 18:59:33 1995 Doug Evans + + * gas/sparc/sparc.exp: New file. + * gas/sparc/{asi.[ds],membar.[ds]}: New tests. + +Mon Aug 21 14:39:29 1995 Ian Lance Taylor + + * gas/macros/*: New tests for macros. + + * gas/mri/common.s: Use data, not .data. + + * gasp/pl3.out: Update for changes in commented source output when + LOCAL is used. + +Sat Aug 19 17:36:17 1995 Ian Lance Taylor + + * gasp/gasp.exp (gasp_test): Call prune_system_crud on the output + of diff. + * lib/gas-defs.exp: Define prune_system_crud if it is not already + defined. + +Fri Aug 18 11:09:38 1995 Ian Lance Taylor + + * gasp/mri/*.out: Use ;, not !, for the comment character. + +Wed Aug 16 12:24:12 1995 Ian Lance Taylor + + * gas/mri/mri.exp: Change hppa*-*-* expected failures to only + expect failure for targets which use SOM. + + * lib/gas-defs.exp (run_dump_test): If the program to run does not + exist, mark the test as untested. + + * gas/mri/mri.exp: Add setup_xfail for i960 b.out targets for + common test. + + * lib/gas-defs.exp (run_dump_test): Name the output file dump.o, + rather than using an implicit a.out. + + * gas/mri/for.s: Add nop to round out to four byte boundary. + * gas/mri/repeat.s: Likewise. + * gas/mri/while.s: Likewise. + * gas/mri/for.d: Expected added nop. + * gas/mri/repeat.d: Likewise. + * gas/mri/while.d: Likewise. + + * gas/mips/*.d: Change all test names to say MIPS. + +Tue Aug 15 15:42:33 1995 Ian Lance Taylor + + * gas/mri/for.d, gas/mri/for.s: New test. + * gas/mri/if.d, gas/mri/if.s: New test. + * gas/mri/repeat.d, gas/mri/repeat.s: New test. + * gas/mri/while.d, gas/mri/while.s: New test. + * gas/mri/mri.exp: Run the new tests. + +Mon Aug 14 16:03:07 1995 Ian Lance Taylor + + * gas/mri/expr.d: Permit leading zeroes, in case we're using a + 64-bit BFD. + + * gasp/mri/*: New tests. + * gasp/gasp.exp: Run them. Also, clean up the test names used in + pass and fail. + +Sun Aug 13 00:39:24 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/sh/basic.exp: Update now that we know the right + bit patters for the new sts instructions. + +Thu Aug 10 00:46:21 1995 Ian Lance Taylor + + * gas/mri/char.d: Fix for little endian machines. + * gas/mri/float.d: Likewise. + +Wed Aug 9 15:34:36 1995 Ian Lance Taylor + + * gas/all/struct.s, gas/all/struct.d: New test. + * gas/all/gas.exp: Run it. + +Tue Aug 8 17:11:39 1995 Ian Lance Taylor + + * gas/mri/common.s, gas/mri/common.d: New test. + * gas/mri/mri.exp: Run it. + +Mon Aug 7 22:39:28 1995 Ian Lance Taylor + + * gas/mri/mri.exp: Add setup_xfail for a29k*-*-* for constants + test. + + * gasp/crash1.out, gasp/macro.out, gasp/sfunc.out: Complete + truncated files, so that the tests pass. + + * gas/mri/mri.exp: Add setup_xfail for hppa*-*-* for equ, + constants, and expr. + + * gas/m68k/all.exp: Run schwab test on hpux*, not just hpux. Run + on vxworks*, not just vxworks5.1. + + * lib/gas-defs.exp (fail_phase, pass_phase): Remove. + (run_dump_test): Just call pass or fail. + + * gas/m68k/operands.s, gas/m68k/operands.d: New test. + * gas/m68k/op68000.d: New test. + * gas/m68k/cas.s, gas/m68k/cas.d: New test. + * gas/m68k/bitfield.s, gas/m68k/bitfield.d: New test. + * gas/m68k/schwab.d: Run objdump with -j .text. Adjust for + changes to disassembler. + * gas/m68k/all.exp: Run new tests. Run schwab test for + m68k-*-coff*. + +Mon Aug 7 03:01:32 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/sh/*: New tests for the hitachi-sh. + +Tue Aug 1 18:02:47 1995 Ian Lance Taylor + + * gas/mri/*: New tests for MRI mode. + + * lib/gas-defs.exp (run_dump_test): Support using objcopy. Dump + program executions to the log file before running them. Use the + simple program name, rather than the path to the binary being run, + in pass/fail messages. + (regexp_diff): If the regexp file has the special comment #pass, + stop checking at that point. + * config/default.exp: Set NM, NMFLAGS, OBJCOPY, and OBJCOPYFLAGS, + if they are not already set. + +Tue Aug 1 11:41:30 1995 steve chamberlain + + * Makefile.in: Remove superfluous runtest gasp. + +Mon Jul 31 18:19:26 1995 steve chamberlain + + * gasp/*: New. + * Makefile.in: Use gasp tests. + * config/default.exp: Add gasp stuff. + +Thu Jul 20 18:56:48 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/all/gas.exp: Disable tests that are not appropriate for + the PA. + +Thu Jul 13 18:22:49 1995 Ken Raeburn + + * gas/m68k/all.exp: Run schwab test for m68k vxworks5.1. + +Wed Jun 21 21:28:57 1995 Ken Raeburn + + * gas/m68k/schwab.*: New test based on a test case from Andreas + Schwab. + * gas/m68k/all.exp: Run it for some aout configurations. + +Mon Jun 12 22:27:18 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/hppa/parse/badfmpyadd.s: New test. + * gas/hppa/parse/parse.exp: Run it. + +Sun May 21 20:26:18 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/hppa/unsorted/unsorted.exp: Disable align4 tests for + ELF targets. + +Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk) + + * arm/arm7dm.s: New file -- tests for ARM7DM instructions. + * arm/arm6.s: Correct bogus tests. + * arm/gas.exp (arm6.s): Is now a valid test. + (arm7dm.s): New test. + * arm/float.s: Add load/store multiple floating point instruction + tests. + +Wed May 3 13:14:44 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/hppa/reloc/longcall.s: New test. + * gas/hppa/reloc/reloc.exp: Run it. + +Tue May 2 16:37:48 1995 Ken Raeburn + + * gas/mips/ld.d: Modified for gas delay-slot fixes. + +Sat Apr 29 23:35:18 1995 Doug Evans + + * lib/gas-dg.exp: New file. +start-sanitize-arc + * gas/arc/warn.{exp,s}: New testcase. +end-sanitize-arc + +Tue Apr 11 13:57:52 1995 Ken Raeburn + + * gas/mips/mips4.d: Allow more than exactly 8 zeros in bc1* + targets. + +Mon Apr 10 15:36:39 1995 Ken Raeburn + + * lib/gas-defs.exp (pass_phase): New proc. + (run_dump_test): Note passing or failing of each phase of this + test, instead of failure of phases or passing of complete test. + Ensure test file name is in reported message. + +Sat Apr 8 12:46:33 1995 Doug Evans + +start-sanitize-arc + * gas/arc: Testsuite for ARC. + * gas/arc/{arc.exp,math.[sd],flag.[sd],j.[sd]}: New files. + * gas/arc/{branch.[sd],alias.[sd],sshift.[sd]}: New files. + * gas/arc/{insn3.[sd],mul64.[sd],ld.[sd],st.[sd]}: New files. +end-sanitize-arc + + * lib/gas-defs.exp (run_dump_test): Handle arguments with paths. + Always resolve testcase status before returning. + If `slurp_options' fails, return and don't do test. + (slurp_options): Fix "can't open" error message. + Return -1 to indicate error. + +Mon Mar 20 22:45:30 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/hppa/unsorted/common.s: New test. + * gas/hppa/unsorted/unsorted.exp: Run it. + +Fri Mar 10 19:07:09 1995 Ken Raeburn + + * gas/h8300/ffxx1.s: Add .word 0 at the end to eliminate + uncertainty as to whether there should be trailing bytes in the + output file. + * gas/h8300/ffxx1.d: Adjust reloc values to permit an addend value + of 0x00000000ffffffff on 64-bit hosts. (I'm not sure if this is + correct.) End with "..." to match trailing zero bytes. + +Wed Mar 8 15:50:34 1995 Ian Lance Taylor + + * gas/mips/mips4.d, gas/mips/mips4.s: New files. + * gas/mips/mips.exp: Run new test. + +Thu Feb 23 17:58:50 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/hppa/basic/fmemLRbug.s: Add indexing variants. + * gas/hppa/basic/basic.exp: Test them. + +Wed Feb 15 15:43:26 1995 Ian Lance Taylor + + * gas/mips/uld.d: New file. + * gas/mips/uld.s: New file. + * gas/mips/usd.d: New file. + * gas/mips/usd.s: New file. + * gas/mips/mips.exp: Run new tests. + +Thu Feb 9 10:57:39 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/hppa/reloc/applybug.s: New test. + * gas/hppa/reloc/reloc.exp (do_applybug_test): Run it. + +Thu Feb 2 00:34:55 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/hppa/reloc/picreloc.s: New test. + * gas/hppa/reloc/reloc.exp (do_pic_relocation_test): Run it. + +Fri Jan 27 14:02:02 1995 Ken Raeburn + + * gas/h8300/ffxx1.d, gas/h8300/ffxx1.s, gas/h8300/cmpsi2.s, + gas/h8300/h8300.exp: New tests. + +Mon Jan 23 21:44:26 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/hppa/basic/basic.exp (do_system): Update. + +Wed Jan 11 17:20:25 1995 Ken Raeburn + + * gas/mips/mips.exp: Don't run the memory-access tests if the + format is a.out, because the generated code is different from what + is used with other formats. + +Tue Jan 10 11:42:13 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/hppa/unsorted/unsorted.exp (align4.s): Fix glitch in + regexp to avoid losing without a controlling tty. + +Fri Dec 30 18:08:20 1994 Ken Raeburn + + * gas/i386/pushw.l: Fixed whitespace to match current listing + style. + + * gas/all/gas.exp: Mark test p1480.s expected to pass, even with + listings enabled. + +Thu Dec 15 18:14:27 1994 Ken Raeburn + + * Makefile.in (AS_FOR_TARGET, OBJDUMP_FOR_TARGET): Don't set. + (uninstall): Don't set OBJDUMP and OBJDUMPFLAGS in site.exp. + * config/default.exp: Default OBJDUMP and OBJDUMPFLAGS. Use + findfile and transform procedures to determine objdump program + name. + + * gas/mips/abs.s, gas/mips/div.s: Force some padding at the end, + in case the format doesn't automatically require it. + * gas/mips/beq.d, gas/mips/jal.d: Handle MIPS_JMP as an alternate + name for the reloc type. + + * lib/gas-defs.exp (file_contents, verbose_eval): New procs. + (run_dump_test): If verbosity level is over 3, print out dump + command and its output. + Tue Dec 13 18:21:09 1994 Ian Lance Taylor * gas/mips/jal-svr4pic.d: Fix 0-strings to work with 64-bit hosted