2807e71f561f3e819d686e156279581b78c957b6
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-address-3a.t
1 SECTIONS
2 {
3 .text 0x00000000: { *(.text) }
4 .data ALIGN(0x1000) + (. & (0x1000 - 1)):
5 {
6 *(.data)
7 }
8 __data_end = .;
9 /DISCARD/ : { *(.*) }
10 }
This page took 0.030468 seconds and 3 git commands to generate.