Sign in
gnu
/
binutils-gdb
/
2e834cd27703ad2e378a9dfd4d37f10bc376b7b0
/
.
/
ld
/
testsuite
/
ld-elfweak
/
alias.c
blob: 93de464fb9d5f82443d85bd3f00ada83f1a3b648 [
file
]
int
strongsym
=
123
;
extern
int
__attribute__
((
weak
,
alias
(
"strongsym"
)))
weaksym1
;
extern
int
__attribute__
((
weak
,
alias
(
"strongsym"
)))
weaksym2
;