diff options
Diffstat (limited to 'gas/testsuite/gas/arm/arm7t.s')
-rw-r--r-- | gas/testsuite/gas/arm/arm7t.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/testsuite/gas/arm/arm7t.s b/gas/testsuite/gas/arm/arm7t.s index 656e90e033..061eb2b43f 100644 --- a/gas/testsuite/gas/arm/arm7t.s +++ b/gas/testsuite/gas/arm/arm7t.s @@ -1,6 +1,5 @@ .section .rdata .align 0 -.LC0: .ascii "some data\000" .text @@ -76,4 +75,4 @@ misc: .align .L2: - .word .LC0 + .word .rdata |