ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr23648.t
CommitLineData
7e00df65
AM
1MEMORY { code : ORIGIN = 0, LENGTH = 8M }
2
3SECTIONS
4{
5 ENTRY (entry)
6 .text 1M : { *(.text*) } >code
7 /DISCARD/ : { *(*) }
8}
9
10foo = LENGTH (code) != 8M ? test0 : test1;
This page took 0.103947 seconds and 4 git commands to generate.