diff options
Diffstat (limited to 'ld/testsuite/ld-checks/asm.s')
-rw-r--r-- | ld/testsuite/ld-checks/asm.s | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ld/testsuite/ld-checks/asm.s b/ld/testsuite/ld-checks/asm.s index e4e0c33..ad5e177 100644 --- a/ld/testsuite/ld-checks/asm.s +++ b/ld/testsuite/ld-checks/asm.s @@ -8,7 +8,4 @@ foo: bar: .long 0x87654321 - .lcomm 0x12 - - -
\ No newline at end of file + .lcomm dummy, 0x12 |