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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elfweak
/
alias.c
blob
93de464fb9d5f82443d85bd3f00ada83f1a3b648
1
int
strongsym
=
123
;
2
extern
int
__attribute__
((
weak
,
alias
(
"strongsym"
)))
weaksym1
;
3
extern
int
__attribute__
((
weak
,
alias
(
"strongsym"
)))
weaksym2
;