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 53/57][Arm][OBJDUMP] Add support for MVE instructions: vand, vbrsr, vcls,...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-ifunc
/
pr23169a.c
blob
02bf2208904c662549aa6501880501a56fac1408
1
int
(*
func_p
) (
void
);
2
extern
int
func
(
void
);
3
4
void
5
foo
(
void
)
6
{
7
if
(
func_p
!= &
func
||
func_p
() !=
0xbadbeef
)
8
__builtin_abort
();
9
}