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
ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
reloc-discard.ld
blob
1252bbb832869744bb3788ad25e41038f602b0f5
1
SECTIONS
2
{
3
/* .dynamic needs to go first with MIPS IRIX-style emulations. */
4
.dynamic : { *(.dynamic) }
5
/DISCARD/ : { *(.rel.*) *(.rela.*) }
6
}