diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-23 17:51:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-23 17:51:42 +0000 |
commit | 204cd129d1c24b926d8194422b8621ca48134b46 (patch) | |
tree | 1ff0a929eab381e30fcbaa46a6b1132aaff845c2 /gas/testsuite | |
parent | 3f7de0e75e3af06d979c591dafb63ce87dc40515 (diff) | |
download | binutils-204cd129d1c24b926d8194422b8621ca48134b46.zip binutils-204cd129d1c24b926d8194422b8621ca48134b46.tar.gz binutils-204cd129d1c24b926d8194422b8621ca48134b46.tar.bz2 |
More checks for valid labels
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/ia64/opc-i.d | 18 | ||||
-rw-r--r-- | gas/testsuite/gas/ia64/opc-i.s | 8 |
3 files changed, 28 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1459bd3..04f9845 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-04-23 H.J. Lu <hjl@gnu.org> + + * gas/ia64/opc-i.s: Add testcases for valid label. + * gas/ia64/opc-i.d: Updated. + 2003-04-10 Alexandre Oliva <aoliva@redhat.com> * gas/mips/elf-rel-got-n32.d, gas/mips/elf-rel-got-n32.s, diff --git a/gas/testsuite/gas/ia64/opc-i.d b/gas/testsuite/gas/ia64/opc-i.d index 9c3d921..cdbfab8 100644 --- a/gas/testsuite/gas/ia64/opc-i.d +++ b/gas/testsuite/gas/ia64/opc-i.d @@ -246,6 +246,18 @@ Disassembly of section \.text: a70: 00 00 00 80 01 00 \[MII\] hint\.m 0x0 a76: 00 00 00 03 00 00 hint\.i 0x0 a7c: 00 00 06 00 hint\.i 0x0 - a80: 0d 00 00 00 01 00 \[MFI\] nop\.m 0x0 - a86: 00 00 00 02 00 e0 nop\.f 0x0 - a8c: ff ff 07 08 hint\.i 0x1fffff;; + a80: 00 00 00 00 01 00 \[MII\] nop\.m 0x0 + a86: f0 ff ff 03 84 03 hint\.i 0x1fffff + a8c: 00 00 06 00 \(p07\) hint\.i 0x0 + a90: 00 00 00 00 01 c0 \[MII\] nop\.m 0x0 + a96: 01 00 00 03 80 03 \(p07\) hint\.i 0x0 + a9c: 00 00 06 00 \(p07\) hint\.i 0x0 + aa0: 00 00 00 00 01 c0 \[MII\] nop\.m 0x0 + aa6: f1 ff ff 03 84 03 \(p07\) hint\.i 0x1fffff + aac: 00 00 06 00 \(p07\) hint\.i 0x0 + ab0: 00 00 00 00 01 c0 \[MII\] nop\.m 0x0 + ab6: 01 00 00 03 80 03 \(p07\) hint\.i 0x0 + abc: 00 00 06 00 \(p07\) hint\.i 0x0 + ac0: 0d 00 00 00 01 00 \[MFI\] nop\.m 0x0 + ac6: 00 00 00 02 80 e3 nop\.f 0x0 + acc: ff ff 07 08 \(p07\) hint\.i 0x1fffff;; diff --git a/gas/testsuite/gas/ia64/opc-i.s b/gas/testsuite/gas/ia64/opc-i.s index d06c2c0..09b820e 100644 --- a/gas/testsuite/gas/ia64/opc-i.s +++ b/gas/testsuite/gas/ia64/opc-i.s @@ -212,3 +212,11 @@ _start: hint.i 0 hint.i @pause hint.i 0x1fffff +(p7) hint @pause +(p7) hint.i 0 +(p7) hint.i @pause +(p7) hint.i 0x1fffff + (p7) hint @pause + (p7) hint.i 0 + (p7) hint.i @pause + (p7) hint.i 0x1fffff |