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.
This commit is contained in:
Mark Shinwell 2007-03-20 13:01:47 +00:00
parent 5f6999aa00
commit cb2eed6375
4 changed files with 8 additions and 4 deletions

View 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.

View File

@ -2,7 +2,6 @@
.text
.align 2
.global foo
.type foo, %function
foo:
mul r0, r0, r0
mla r0, r0, r1, r2

View 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

View File

@ -1,7 +1,6 @@
.text
.align 2
.global foo
.type foo, %function
foo:
mul r0, r0, r0
mla r0, r0, r1, r2