gas/testsuite/
* gas/arm/thumb-nop.s: Add .syntax unified.
This commit is contained in:
parent
afa62d5e34
commit
43579b2591
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* gas/arm/thumb-nop.s: Add .syntax unified.
|
||||||
|
|
||||||
2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
|
2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* gas/arm/thumb-nop.d, gas/arm/thumb-nop.s: New test.
|
* gas/arm/thumb-nop.d, gas/arm/thumb-nop.s: New test.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
.text
|
.text
|
||||||
.code 16
|
.code 16
|
||||||
.p2align 2
|
.p2align 2
|
||||||
|
.syntax unified
|
||||||
.foo:
|
.foo:
|
||||||
nop
|
nop
|
||||||
|
|
Loading…
Reference in a new issue