Support tcl procedure calls in run_dump_test xfail
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-address-1.t
CommitLineData
49c13adb
L
1SECTIONS
2{
3 .text 0x0000000: { *(.text) }
4 .data 0x2000000:
5 {
6 __data_start = . ;
7 *(.data)
8 }
9 __data_end = .;
10 /DISCARD/ : { *(.*) }
11}
This page took 0.540718 seconds and 4 git commands to generate.