diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1998-05-07 15:27:13 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1998-05-07 15:27:13 +0000 |
commit | 40f0c904981b102fba67110c8f4a0f18b0d3d373 (patch) | |
tree | 1ce4304bf28567a6c3f4a83deb765b21691efef0 /gas/testsuite | |
parent | 53307c2301dba32351160a0d940869dcd5234d0f (diff) | |
download | gdb-40f0c904981b102fba67110c8f4a0f18b0d3d373.zip gdb-40f0c904981b102fba67110c8f4a0f18b0d3d373.tar.gz gdb-40f0c904981b102fba67110c8f4a0f18b0d3d373.tar.bz2 |
* Fixes for d30v PR 15627.
* First batch of fixes for sky PR 15853 (20-bit break/sdbbp)
* Fixes for d30v test suite.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 58c2c9c..53a8eb59 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,8 +1,21 @@ +start-sanitize-d30v +Thu Apr 30 11:55:01 1998 Frank Ch. Eigler <fche@cygnus.com> + + * gas/d30v/{inst,array,opt,reloc}.d: Accept <symbol+offset> labels + in disassembly, where the offset is in hex and has a "0x" prefix. + +end-sanitize-d30v +Tue Apr 28 16:38:34 1998 Frank Ch. Eigler <fche@cygnus.com> + + * gas/mips/lineno.[sd]: Assembly source line number test. + * gas/mips/mips.exp: Added lineno test. + start-sanitize-sky Thu Apr 16 11:23:13 1998 Doug Evans <devans@canuck.cygnus.com> - * gas/testsuite/dvp/{vif-1.[sd],vif-3.s}: Update, '*' no longer - supported as unpack address. + * gas/dvp/{vif-1.[sd],vif-3.s}: Update, '*' no longer supported as + unpack address. * gas/dvp/vif-4.[sd]: Test wl > cl with no input + data. end-sanitize-sky start-sanitize-r5900 |