Fix search in TUI
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / eh5b.s
index 3e5e0108f95db7797bada784bd51cdc236b24801..09ebf0904f9fec23d838ae2caa7928bd5620d73b 100644 (file)
        .cfi_def_cfa 0, 16
        .cfi_endproc
 
+       .globl main
+       .globl _main
+       .globl start
        .globl _start
+       .globl __start
+main:
+_main:
+start:
 _start:
+__start:
        .long 0
This page took 0.024349 seconds and 4 git commands to generate.