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