diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-04-08 19:51:42 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-04-08 19:51:42 +0000 |
commit | 003587bd1f5407d372c017b7d0a62fbe4062c79c (patch) | |
tree | 4adf8b7cd6d177aa0f0f2ca0a3474ea6e66e20b4 /gas | |
parent | 91e3b582708d4771268d0670d9a397e85f2cc4d4 (diff) | |
download | gdb-003587bd1f5407d372c017b7d0a62fbe4062c79c.zip gdb-003587bd1f5407d372c017b7d0a62fbe4062c79c.tar.gz gdb-003587bd1f5407d372c017b7d0a62fbe4062c79c.tar.bz2 |
* 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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d4715ed..d565bf6 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,35 @@ +Sat Apr 8 12:46:33 1995 Doug Evans <dje@chestnut.cygnus.com> + + * 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 <raeburn@cujo.cygnus.com> + + * 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 <ian@cygnus.com> + + * 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 <ian@cygnus.com> * gas/mips/uld.d: New file. |