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
Update release readme after making 2.43.1 release
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
changelma.lnk
blob
fd55516fc80888666b2dac856ec4ccbed3d79795
1
PHDRS
2
{
3
headers PT_PHDR PHDRS ;
4
text PT_LOAD FILEHDR PHDRS ;
5
dynamic PT_DYNAMIC ;
6
}
7
SECTIONS
8
{
9
. = SIZEOF_HEADERS;
10
.dynamic : { *(*) } :text :dynamic
11
}