diff options
author | Nick Clifton <nickc@redhat.com> | 2001-10-31 08:58:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-10-31 08:58:59 +0000 |
commit | 3c1bae7f0bd139bca8cdcbaebd633e1909b7c815 (patch) | |
tree | cd52b648aa0bdd98d5322b4cbbbce32ef6f3c4f1 /gas | |
parent | 457345460c5f846f8800041331e30b3a7a432ba3 (diff) | |
download | gdb-3c1bae7f0bd139bca8cdcbaebd633e1909b7c815.zip gdb-3c1bae7f0bd139bca8cdcbaebd633e1909b7c815.tar.gz gdb-3c1bae7f0bd139bca8cdcbaebd633e1909b7c815.tar.bz2 |
Update to match latest listing behaviour
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gas/testsuite/gas/mmix/pop-op.l | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mmix/reloc8.l | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mmix/resume-op.l | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mmix/save-op.l | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mmix/unsave-op.l | 1 |
6 files changed, 8 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index b594651..8744c79 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2001-10-31 Nick Clifton <nickc@cambridge.redhat.com> + + * gas/mmix/pop-op.l: Update to match latest listing behaviour. + * gas/mmix/reloc8.l: Update to match latest listing behaviour. + * gas/mmix/resume-op.l: Update to match latest listing behaviour. + * gas/mmix/save-op.l: Update to match latest listing behaviour. + * gas/mmix/unsave-op.l: Update to match latest listing behaviour. + 2001-10-31 Hans-Peter Nilsson <hp@bitrange.com> * gas/mmix/tst.s: Delete unused file. diff --git a/gas/testsuite/gas/mmix/pop-op.l b/gas/testsuite/gas/mmix/pop-op.l index a600df1..e437cf5 100644 --- a/gas/testsuite/gas/mmix/pop-op.l +++ b/gas/testsuite/gas/mmix/pop-op.l @@ -9,7 +9,6 @@ GAS for MMIX .*/pop-op\.s page 1 6 000c F8175678 POP X,YZ 7 X IS 23 8 YZ IS #5678 - 9 GAS for MMIX .*/pop-op\.s page 2 diff --git a/gas/testsuite/gas/mmix/reloc8.l b/gas/testsuite/gas/mmix/reloc8.l index 2e84dea..54ec4b0 100644 --- a/gas/testsuite/gas/mmix/reloc8.l +++ b/gas/testsuite/gas/mmix/reloc8.l @@ -8,7 +8,6 @@ GAS for MMIX .*/reloc8\.s page 1 5 000c FF000000 TRIP fee-1,fie\+1,foe\+3 6 0010 F9000000 RESUME foobar\+8 7 localsym IS 42 - 8 GAS for MMIX .*/reloc8\.s page 2 diff --git a/gas/testsuite/gas/mmix/resume-op.l b/gas/testsuite/gas/mmix/resume-op.l index eae3067..e9c5234 100644 --- a/gas/testsuite/gas/mmix/resume-op.l +++ b/gas/testsuite/gas/mmix/resume-op.l @@ -8,7 +8,6 @@ GAS for MMIX .*/resume-op\.s page 1 5 000c F9000000 RESUME XX 6 X IS 1 7 XX IS 0 - 8 GAS for MMIX .*/resume-op\.s page 2 diff --git a/gas/testsuite/gas/mmix/save-op.l b/gas/testsuite/gas/mmix/save-op.l index 9967045..6672ab0 100644 --- a/gas/testsuite/gas/mmix/save-op.l +++ b/gas/testsuite/gas/mmix/save-op.l @@ -7,7 +7,6 @@ GAS for MMIX .*/save-op.s page 1 4 0008 FA000000 SAVE X0,0 5 X IS \$31 6 X0 IS \$0 - 7 GAS for MMIX .*/save-op.s page 2 diff --git a/gas/testsuite/gas/mmix/unsave-op.l b/gas/testsuite/gas/mmix/unsave-op.l index b89ea0d..af9b707 100644 --- a/gas/testsuite/gas/mmix/unsave-op.l +++ b/gas/testsuite/gas/mmix/unsave-op.l @@ -7,7 +7,6 @@ GAS for MMIX .*/unsave-op.s page 1 4 0008 FB000000 UNSAVE 0,X0 5 X IS \$31 6 X0 IS \$0 - 7 GAS for MMIX .*/unsave-op\.s page 2 |