gas/testsuite/
authorMark Shinwell <shinwell@codesourcery.com>
Tue, 20 Mar 2007 13:01:47 +0000 (13:01 +0000)
committerMark Shinwell <shinwell@codesourcery.com>
Tue, 20 Mar 2007 13:01:47 +0000 (13:01 +0000)
* 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
gas/testsuite/gas/arm/mul-overlap-v6.s
gas/testsuite/gas/arm/mul-overlap.l
gas/testsuite/gas/arm/mul-overlap.s

index fd8431d..d1fd2b9 100644 (file)
@@ -1,3 +1,9 @@
+2007-03-20  Mark Shinwell  <shinwell@codesourcery.com>
+
+       * 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  <shinwell@codesourcery.com>
 
        * gas/arm/mul-overlap.s: New.
index 478a650..f35c124 100644 (file)
@@ -2,7 +2,6 @@
        .text
        .align  2
        .global foo
-       .type   foo, %function
 foo:
        mul     r0, r0, r0
        mla     r0, r0, r1, r2
index a9eb4ec..a895c01 100644 (file)
@@ -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
index 854036c..6932eae 100644 (file)
@@ -1,7 +1,6 @@
        .text
        .align  2
        .global foo
-       .type   foo, %function
 foo:
        mul     r0, r0, r0
        mla     r0, r0, r1, r2