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
/
pr28597.t
blob
1f47a4558c759d8d12fdf3dd5dd21c55916d42c5
1
SECTIONS
2
{
3
.text :
4
{
5
*(.text .text.*)
6
}
7
/DISCARD/ : { *(.dynsym) }
8
/DISCARD/ : { *(.dynstr*) }
9
/DISCARD/ : { *(.dynamic*) }
10
/DISCARD/ : { *(.plt*) }
11
/DISCARD/ : { *(.interp*) }
12
/DISCARD/ : { *(.gnu*) }
13
/DISCARD/ : { *(.note.gnu.property) }
14
}