diff options
Diffstat (limited to 'ld/testsuite/ld-discard/start.s')
-rw-r--r-- | ld/testsuite/ld-discard/start.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-discard/start.s b/ld/testsuite/ld-discard/start.s index 82290c6..9a6749e 100644 --- a/ld/testsuite/ld-discard/start.s +++ b/ld/testsuite/ld-discard/start.s @@ -1,5 +1,5 @@ -.text -.globl _start + .text + .globl _start _start: .long data .section .debug_info |