mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
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:
@ -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>
|
2007-03-18 Mark Shinwell <shinwell@codesourcery.com>
|
||||||
|
|
||||||
* gas/arm/mul-overlap.s: New.
|
* gas/arm/mul-overlap.s: New.
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
.text
|
.text
|
||||||
.align 2
|
.align 2
|
||||||
.global foo
|
.global foo
|
||||||
.type foo, %function
|
|
||||||
foo:
|
foo:
|
||||||
mul r0, r0, r0
|
mul r0, r0, r0
|
||||||
mla r0, r0, r1, r2
|
mla r0, r0, r1, r2
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
[^:]*: Assembler messages:
|
[^:]*: Assembler messages:
|
||||||
[^:]*:6: Rd and Rm should be different in mul
|
[^:]*:5: Rd and Rm should be different in mul
|
||||||
[^:]*:7: Rd and Rm should be different in mla
|
[^:]*:6: Rd and Rm should be different in mla
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
.text
|
.text
|
||||||
.align 2
|
.align 2
|
||||||
.global foo
|
.global foo
|
||||||
.type foo, %function
|
|
||||||
foo:
|
foo:
|
||||||
mul r0, r0, r0
|
mul r0, r0, r0
|
||||||
mla r0, r0, r1, r2
|
mla r0, r0, r1, r2
|
||||||
|
Reference in New Issue
Block a user