mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-27 20:03:31 +08:00
gas/testsuite/
* gas/arm/thumb-nop.s: Add .syntax unified.
This commit is contained in:
gas/testsuite
@ -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
|
||||||
|
Reference in New Issue
Block a user