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
/
pr16452b.c
blob
9ed21492823d3f195e5e7f6a1fcd5f2ffa53becb
1
int
f
(
void
)
__attribute__
((
weak
));
2
int
main
(
void
){
return
f
?
f
():
0
;}