ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22393-1.s
1 .section .rodata,"a",%progbits
2 .globl fx1
3 .type fx1, %object
4 fx1:
5 .zero 20
6 .section .data.rel.ro,"aw",%progbits
7 .globl px1
8 .type px1, %object
9 px1:
10 .dc.a fx1
11
12 .text
13 .global start /* Used by SH targets. */
14 start:
15 .global _start
16 _start:
17 .global __start
18 __start:
19 .global main /* Used by HPPA targets. */
20 main:
21 .dc.a 0
This page took 0.030544 seconds and 4 git commands to generate.