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
/
provide-hidden-1.ld
blob
ab10bc909b0ef5dcb73b490190eb0e11f68cbdec
1
SECTIONS
2
{
3
. = SIZEOF_HEADERS;
4
. = 0x12300000;
5
.data :
6
{
7
PROVIDE_HIDDEN (foo = . + 0x11100000);
8
*(.data)
9
}
10
.got : { *(.got) }
11
.interp : { *(.interp) }
12
.dynsym : { *(.dynsym) }
13
.dynstr : { *(.dynstr) }
14
.dynamic : { *(.dynamic) }
15
.hash : { *(.hash) }
16
.gnu.hash : { *(.gnu.hash) }
17
}