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