From 3b35e37e572577582a6d61dfd9e3333e7281eefe Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 3 Mar 2005 12:35:19 +0000 Subject: [PATCH] Remove listing lines that are no longer emitted and fix up expected binary encoding. --- gas/testsuite/ChangeLog | 7 +++++++ gas/testsuite/gas/d30v/serial.l | 7 ++----- gas/testsuite/gas/d30v/serial2.l | 13 +++++-------- gas/testsuite/gas/d30v/serial2O.l | 13 +++++-------- 4 files changed, 19 insertions(+), 21 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 3725dded9..6e28dab37 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2005-03-03 Nick Clifton + + * gas/d30v/serial.l: Remove listing lines that are no longer + emitted and fix up expected binary encoding. + * gas/d30v/serial2.l: Likewise. + * gas/d30v/serial2O.l: Likewise. + 2005-03-03 Ramana Radhakrishnan * gas/arc/extensions.s: Add tests for extcoreregister diff --git a/gas/testsuite/gas/d30v/serial.l b/gas/testsuite/gas/d30v/serial.l index f7a5a6707..84b475d3c 100644 --- a/gas/testsuite/gas/d30v/serial.l +++ b/gas/testsuite/gas/d30v/serial.l @@ -11,12 +11,9 @@ GAS LISTING .* 3 # In the following examples, the right-subinstructions 4 # will never be executed. GAS should detect this. 5 - 6 \?\?\?\? 000000F0 trap r21 -> add r2, r0, r0 ; right instruction will never be executed. + 6 \?\?\?\? ........ trap r21 -> add r2, r0, r0 ; right instruction will never be executed. \*\*\*\* Error:Unable to mix instructions as specified - 6 000000F0 - 6 000000F0 - 6 00000090 - 6 001500F0 + 6 ........ 7 \?\?\?\? 08002000 dbt -> add r2, r0, r0 ; ditto \*\*\*\* Error:Unable to mix instructions as specified 7 00F00000 diff --git a/gas/testsuite/gas/d30v/serial2.l b/gas/testsuite/gas/d30v/serial2.l index 2de04dc2d..3dc2652da 100644 --- a/gas/testsuite/gas/d30v/serial2.l +++ b/gas/testsuite/gas/d30v/serial2.l @@ -26,12 +26,9 @@ GAS LISTING .* 2 3 .text 4 - 5 \?\?\?\? 000000F0 bra -3 -> add r3,r0,0 ; Invalid + 5 \?\?\?\? ........ bra -3 -> add r3,r0,0 ; Invalid \*\*\*\* Error:Unable to mix instructions as specified - 5 000000F0 - 5 000000F0 - 5 0000000B - 5 FFFF00F0 + 5 ........ 6 \?\?\?\? 08083000 bsr -3 -> add r3,r0,0 ; Invalid \*\*\*\* Error:Unable to mix instructions as specified 6 00F00000 @@ -79,13 +76,13 @@ GAS LISTING .* \*\*\*\* Error:Unable to mix instructions as specified 17 00F00000 17 000BFFFF - GAS LISTING .* - - 17 00F00000 18 \?\?\?\? 10080001 bra/tx -3 -> bra 10 ; Valid \*\*\*\* Error:Unable to mix instructions as specified 18 00F00000 + GAS LISTING .* + + 18 100BFFFF 18 00F00000 19 \?\?\?\? 00080001 bra/tx -3 -> bra/fx 10 ; Valid diff --git a/gas/testsuite/gas/d30v/serial2O.l b/gas/testsuite/gas/d30v/serial2O.l index d9eb05cb1..dc5b9c785 100644 --- a/gas/testsuite/gas/d30v/serial2O.l +++ b/gas/testsuite/gas/d30v/serial2O.l @@ -16,12 +16,9 @@ GAS LISTING .* 2 3 .text 4 - 5 \?\?\?\? 000000F0 bra -3 -> add r3,r0,0 ; Invalid + 5 \?\?\?\? ........ bra -3 -> add r3,r0,0 ; Invalid \*\*\*\* Error:Unable to mix instructions as specified - 5 000000F0 - 5 000000F0 - 5 0000000B - 5 FFFF00F0 + 5 ........ 6 \?\?\?\? 08083000 bsr -3 -> add r3,r0,0 ; Invalid \*\*\*\* Error:Unable to mix instructions as specified 6 00F00000 @@ -69,12 +66,12 @@ GAS LISTING .* \*\*\*\* Error:Unable to mix instructions as specified 21 00F00000 22 \?\?\?\? 00080001 bsr -3 -> bra/tx 10 ; Invalid - GAS LISTING .* - - \*\*\*\* Error:Unable to mix instructions as specified 22 00F00000 22 002BFFFF + GAS LISTING .* + + 22 00F00000 23 \?\?\?\? 10080001 bsr/tx -3 -> bra 10 ; Valid 23 00F00000 -- 2.11.4.GIT