diff options
Diffstat (limited to 'ld/testsuite/ld-elf/comm-data5.s')
-rw-r--r-- | ld/testsuite/ld-elf/comm-data5.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/comm-data5.s b/ld/testsuite/ld-elf/comm-data5.s index 2da32c7..e74c2eb 100644 --- a/ld/testsuite/ld-elf/comm-data5.s +++ b/ld/testsuite/ld-elf/comm-data5.s @@ -8,11 +8,13 @@ i .comm 4 .dc.a i .globl main + .globl _main .globl start .globl _start .globl __start .text main: +_main: start: _start: __start: |