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
/
pr26256-1.t
blob
f93fff93541cac098a283df1ccb5b9009ba1f543
1
SECTIONS
2
{
3
.text : { *(.text*) }
4
.init.data :
5
{
6
*(.init.data);
7
*(__patchable_function_entries);
8
}
9
/DISCARD/ :
10
{
11
*(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
12
}
13
}