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
/
pr21562c.t
blob
a95a6f111a119bced2103463568bbf14474c1d1d
1
SECTIONS {
2
.foo : {
3
PROVIDE (__start_scnfoo = .);
4
PROVIDE (___start_scnfoo = .);
5
*(scnfoo)
6
PROVIDE (__stop_scnfoo = .);
7
PROVIDE (___stop_scnfoo = .);
8
}
9
}