ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22471b.s
1 .type start,"function"
2 .global start
3 start:
4 .type _start,"function"
5 .global _start
6 _start:
7 .type __start,"function"
8 .global __start
9 __start:
10 .type main,"function"
11 .global main
12 main:
13 .ifdef UNDERSCORE
14 .dc.a ___bss_start
15 .else
16 .dc.a __bss_start
17 .endif
This page took 0.031853 seconds and 4 git commands to generate.