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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
group.ld
blob
1c561b6aa0e2c57acde76902500100eeda625bc5
1
PHDRS
2
{
3
header PT_PHDR PHDRS ;
4
image PT_LOAD PHDRS;
5
}
6
7
SECTIONS
8
{
9
. = 0x1000;
10
.text : { *(.text) *(.rodata.brlt) } :image :header
11
/DISCARD/ : { *(.dropme) *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) }
12
}