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-3a.t
blob
12f6fd1171d179a129e3d10f153384d2006f39a7
1
SECTIONS
2
{
3
.rodata :
4
{
5
BYTE(0)
6
*(.rodata.foo)
7
*(.rodata.bar)
8
BYTE(4)
9
*(.rosection)
10
BYTE(7)
11
}
12
.text : {*(.text.bar) *(.text.foo)}
13
/DISCARD/ :
14
{
15
*(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
16
}
17
}