DEBSOURCES
Skip Quicknav
sources / binutils / 2.22-8%2Bdeb7u2 / ld / testsuite / ld-scripts / empty-address-2b.t
1234567891011
SECTIONS { .text 0x0000000: { *(.text) } .data : { PROVIDE (__data_start = .); *(.data) } __data_end = .; /DISCARD/ : { *(.*) } }