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 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr18458c.c
blob
d40f98c7b881cf224f6c4412c7ca828be67d6664
1
extern
void
a
(
void
);
2
extern
void
b
(
void
);
3
4
void
dummy
(
void
)
5
{
6
a
();
7
}
8
int
9
compare
(
void
(*
f
)(
void
))
10
{
11
return
a
==
f
;
12
}
13
int
14
main
(
void
)
15
{
16
b
();
17
return
0
;
18
}