testsuite: adapt to new --debug command line option
[binutils-gdb.git] / ld / testsuite / ld-powerpc / pr28827-2.lnk
blob61a8ca269f3b11944e552ab7e255037976a0ccfe
1 SECTIONS
3   . = SIZEOF_HEADERS;
4   .text : { *(.text) }
5   . = . + 0x2000000 + 32 - 4 * SIZEOF (.text);
6   .far1 : { *(.far1) }
7   . = . + 0x2000000 + 32 - 4 * SIZEOF (.far1);
8   .far2 : { *(.far2) }