diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-04-23 02:53:35 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-04-23 02:53:35 +0000 |
commit | bf3ca999c1f4f186617765d5bcdeb5719e46954e (patch) | |
tree | b7828def8a960dfd4c280d87dbe2791b51f8f322 /gas/testsuite | |
parent | aa170a07eb955e54eccf5df5129a4e2c92d7c5a1 (diff) | |
download | gdb-bf3ca999c1f4f186617765d5bcdeb5719e46954e.zip gdb-bf3ca999c1f4f186617765d5bcdeb5719e46954e.tar.gz gdb-bf3ca999c1f4f186617765d5bcdeb5719e46954e.tar.bz2 |
Clean up F-unit assembly and tests.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/ia64/opc-f.d | 20 | ||||
-rw-r--r-- | gas/testsuite/gas/ia64/opc-f.s | 2 |
3 files changed, 16 insertions, 11 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index ee01f3b..5f415f3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-04-22 Timothy Wall <twall@cygnus.com> + + * gas/ia64/opc-f.d: Disassemble zeroes to verify break.f. + * gas/ia64/opc-f.s: Add an explicit stop to make IAS output match. + Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com> David Mosberger <davidm@hpl.hp.com> Timothy Wall <twall@cygnus.com> diff --git a/gas/testsuite/gas/ia64/opc-f.d b/gas/testsuite/gas/ia64/opc-f.d index 0e69d3f..5087ac4 100644 --- a/gas/testsuite/gas/ia64/opc-f.d +++ b/gas/testsuite/gas/ia64/opc-f.d @@ -1,4 +1,4 @@ -# objdump: -d +# objdump: -d --disassemble-zeroes # name: ia64 opc-f .*: +file format .* @@ -469,16 +469,16 @@ Disassembly of section \.text: 996: 40 38 14 0c 76 00 xma\.hu f4=f5,f6,f7 99c: 00 00 04 00 nop\.i 0x0 9a0: 0c 00 00 00 01 00 \[MFI\] nop\.m 0x0 - 9a6: 40 00 14 0c 74 00 xma\.l f4=f5,f6,f0 + 9a6: 40 00 14 0c 74 00 xmpy\.l f4=f5,f6 9ac: 00 00 04 00 nop\.i 0x0 9b0: 0c 00 00 00 01 00 \[MFI\] nop\.m 0x0 - 9b6: 40 00 14 0c 74 00 xma\.l f4=f5,f6,f0 + 9b6: 40 00 14 0c 74 00 xmpy\.l f4=f5,f6 9bc: 00 00 04 00 nop\.i 0x0 9c0: 0c 00 00 00 01 00 \[MFI\] nop\.m 0x0 - 9c6: 40 00 14 0c 77 00 xma\.h f4=f5,f6,f0 + 9c6: 40 00 14 0c 77 00 xmpy\.h f4=f5,f6 9cc: 00 00 04 00 nop\.i 0x0 9d0: 0c 00 00 00 01 00 \[MFI\] nop\.m 0x0 - 9d6: 40 00 14 0c 76 00 xma\.hu f4=f5,f6,f0 + 9d6: 40 00 14 0c 76 00 xmpy\.hu f4=f5,f6 9dc: 00 00 04 00 nop\.i 0x0 9e0: 0c 00 00 00 01 00 \[MFI\] nop\.m 0x0 9e6: 40 38 14 0c 70 00 fselect f4=f5,f6,f7 @@ -1210,8 +1210,8 @@ Disassembly of section \.text: 1906: 00 e7 ff 10 07 00 fchkf\.s3 0 <_start> 190c: 00 00 04 00 nop\.i 0x0 1910: 0c 00 00 00 01 00 \[MFI\] nop\.m 0x0 - \.\.\. - 191e: 04 00 0c 00 nop\.i 0x0 - 1922: 00 00 01 00 00 00 \[MFI\] nop\.m 0x0 - 1928: 00 02 00 00 00 00 nop\.f 0x0 - 192e: 04 00 00 00 nop\.i 0x0 + 1916: 00 00 00 00 00 00 break\.f 0x0 + 191c: 00 00 04 00 nop\.i 0x0 + 1920: 0d 00 00 00 01 00 \[MFI\] nop\.m 0x0 + 1926: 00 00 00 02 00 00 nop\.f 0x0 + 192c: 00 00 04 00 nop\.i 0x0;; diff --git a/gas/testsuite/gas/ia64/opc-f.s b/gas/testsuite/gas/ia64/opc-f.s index 8784bb9..929ba6a 100644 --- a/gas/testsuite/gas/ia64/opc-f.s +++ b/gas/testsuite/gas/ia64/opc-f.s @@ -477,5 +477,5 @@ _start: fchkf.s3 _start break.f 0 - nop.f 0 + nop.f 0;; |