diff options
author | Doug Evans <dje@google.com> | 1998-05-13 22:07:23 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-05-13 22:07:23 +0000 |
commit | 1fd8bfbda557991eba1250b54d2aea3d60cf223c (patch) | |
tree | ea4f2bfc03dbc8bce9be64d257f66c008774ee6e /gas/testsuite | |
parent | c67395c94a30ddaa735a320a4aad595e6adde334 (diff) | |
download | gdb-1fd8bfbda557991eba1250b54d2aea3d60cf223c.zip gdb-1fd8bfbda557991eba1250b54d2aea3d60cf223c.tar.gz gdb-1fd8bfbda557991eba1250b54d2aea3d60cf223c.tar.bz2 |
* gas/m32r/m32rx.d: Pass --enable-special to gas.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 13 | ||||
-rw-r--r-- | gas/testsuite/gas/m32r/m32rx.d | 6 |
2 files changed, 16 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 13ff06d..a4ca2cb 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,16 @@ +start-sanitize-m32rx +Wed May 13 15:06:31 1998 Doug Evans <devans@canuck.cygnus.com> + + * gas/m32r/m32rx.d: Pass --enable-special to gas. + +end-sanitize-m32rx +start-sanitize-sky +Mon May 11 13:04:58 1998 Frank Ch. Eigler <fche@cygnus.com> + + * gas/mips/break5900.[sd]: New tests for R5900 20-bit break. + * gas/mips/mips.exp: Run them. + +end-sanitize-sky Thu May 7 13:05:25 1998 Frank Ch. Eigler <fche@cygnus.com> * gas/mips/break20.[sd]: New tests for 20-bit operand break and diff --git a/gas/testsuite/gas/m32r/m32rx.d b/gas/testsuite/gas/m32r/m32rx.d index 20992cb..613ea50 100644 --- a/gas/testsuite/gas/m32r/m32rx.d +++ b/gas/testsuite/gas/m32r/m32rx.d @@ -1,4 +1,4 @@ -#as: -m32rx --no-warn-explicit-parallel-conflicts +#as: -m32rx --no-warn-explicit-parallel-conflicts --enable-special #objdump: -dr #name: m32rx @@ -34,7 +34,7 @@ Disassembly of section .text: 20: 50 e4 f0 00 sadd || nop 00000024 <satb>: - 24: 8d 6d 01 00 satb fp,fp + 24: 8d 6d 03 00 satb fp,fp 00000028 <mulhi>: 28: 3d 8d f0 00 mulhi fp, fp, a1 || nop @@ -261,7 +261,7 @@ Disassembly of section .text: 1bc: 03 7d f0 00 pcmpbz fp || nop 000001c0 <sat>: - 1c0: 8d 0d 00 00 sat fp,fp + 1c0: 8d 6d 00 00 sat fp,fp 000001c4 <sath>: 1c4: 8d 6d 02 00 sath fp,fp |