XCOFF ld testsuite fixes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-address-3b.t
CommitLineData
49c13adb
L
1SECTIONS
2{
e553d5b2 3 .text 0x00000000: { *(.text .pr) }
49c13adb
L
4 .data ALIGN(0x1000) + (. & (0x1000 - 1)):
5 {
6 PROVIDE (__data_start = .);
7 *(.data)
8 }
9 __data_end = .;
e553d5b2 10 .bss : { *(.bss) }
49c13adb
L
11 /DISCARD/ : { *(.*) }
12}
This page took 0.622871 seconds and 4 git commands to generate.