diff options
Diffstat (limited to 'ld/testsuite/ld-checks/asm.s')
-rw-r--r-- | ld/testsuite/ld-checks/asm.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-checks/asm.s b/ld/testsuite/ld-checks/asm.s index ad5e177..86e7310 100644 --- a/ld/testsuite/ld-checks/asm.s +++ b/ld/testsuite/ld-checks/asm.s @@ -1,9 +1,9 @@ -.text + .text .global foo foo: .long 0x12345678 -.data + .data .global bar bar: .long 0x87654321 |