repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
testsuite: adapt to new --debug command line option
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-powerpc
/
pr28827-2.lnk
blob
61a8ca269f3b11944e552ab7e255037976a0ccfe
1
SECTIONS
2
{
3
. = SIZEOF_HEADERS;
4
.text : { *(.text) }
5
. = . + 0x2000000 + 32 - 4 * SIZEOF (.text);
6
.far1 : { *(.far1) }
7
. = . + 0x2000000 + 32 - 4 * SIZEOF (.far1);
8
.far2 : { *(.far2) }
9
}