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
[PATCH 3/57][Arm][GAS] Add support for MVE instructions: vabs and vneg
[binutils-gdb.git]
/
gold
/
testsuite
/
ver_test_pr16504_b.c
blob
e6d82b6d37e354ddb52905d059d3b0d3ede565ce
1
void
2
new_foo
(
void
);
3
__asm__
(
".symver new_foo,foo@VER2"
);
4
5
static void
(*
resolve_foo
(
void
)) (
void
)
6
{
7
return
new_foo
;
8
}
9
10
void
foo
(
void
)
__attribute__
((
ifunc
(
"resolve_foo"
)));