ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / comm-data5.s
1 .ifdef HPUX
2 v_i .comm 4
3 .else
4 .comm v_i,4,4
5 .endif
6
7 .section .rodata,"a",%progbits
8 .dc.a v_i
9
10 .globl main
11 .globl _main
12 .globl start
13 .globl _start
14 .globl __start
15 .text
16 main:
17 _main:
18 start:
19 _start:
20 __start:
21 .dc.a 0
This page took 0.029431 seconds and 4 git commands to generate.