From cb2eed63754dc9b353aeb62bba1aca2d0a33c5ee Mon Sep 17 00:00:00 2001 From: Mark Shinwell Date: Tue, 20 Mar 2007 13:01:47 +0000 Subject: gas/testsuite/ * gas/arm/mul-overlap.s: Don't use %type. * gas/arm/mul-overlap.l: Update line numbers. * gas/arm/mul-overlap-v6.s: Don't use %type. --- gas/testsuite/ChangeLog | 6 ++++++ gas/testsuite/gas/arm/mul-overlap-v6.s | 1 - gas/testsuite/gas/arm/mul-overlap.l | 4 ++-- gas/testsuite/gas/arm/mul-overlap.s | 1 - 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'gas') diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index fd8431d..d1fd2b9 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2007-03-20 Mark Shinwell + + * gas/arm/mul-overlap.s: Don't use %type. + * gas/arm/mul-overlap.l: Update line numbers. + * gas/arm/mul-overlap-v6.s: Don't use %type. + 2007-03-18 Mark Shinwell * gas/arm/mul-overlap.s: New. diff --git a/gas/testsuite/gas/arm/mul-overlap-v6.s b/gas/testsuite/gas/arm/mul-overlap-v6.s index 478a650..f35c124 100644 --- a/gas/testsuite/gas/arm/mul-overlap-v6.s +++ b/gas/testsuite/gas/arm/mul-overlap-v6.s @@ -2,7 +2,6 @@ .text .align 2 .global foo - .type foo, %function foo: mul r0, r0, r0 mla r0, r0, r1, r2 diff --git a/gas/testsuite/gas/arm/mul-overlap.l b/gas/testsuite/gas/arm/mul-overlap.l index a9eb4ec..a895c01 100644 --- a/gas/testsuite/gas/arm/mul-overlap.l +++ b/gas/testsuite/gas/arm/mul-overlap.l @@ -1,3 +1,3 @@ [^:]*: Assembler messages: -[^:]*:6: Rd and Rm should be different in mul -[^:]*:7: Rd and Rm should be different in mla +[^:]*:5: Rd and Rm should be different in mul +[^:]*:6: Rd and Rm should be different in mla diff --git a/gas/testsuite/gas/arm/mul-overlap.s b/gas/testsuite/gas/arm/mul-overlap.s index 854036c..6932eae 100644 --- a/gas/testsuite/gas/arm/mul-overlap.s +++ b/gas/testsuite/gas/arm/mul-overlap.s @@ -1,7 +1,6 @@ .text .align 2 .global foo - .type foo, %function foo: mul r0, r0, r0 mla r0, r0, r1, r2 -- cgit v1.1