ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / empty2.s
CommitLineData
15cf70af
JB
1 .file "empty2.s"
2 .equiv constant, 0x12345678
3 .section .bss
4bar:
5 .text
6 .type start,"function"
7 .global start
8start:
9 .type _start,"function"
10 .global _start
11_start:
12 .type __start,"function"
13 .global __start
14__start:
15 .type main,"function"
16 .global main
17main:
3def1454
L
18 .type _main,"function"
19 .global _main
20_main:
15cf70af 21 .long constant
This page took 0.713311 seconds and 4 git commands to generate.