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
/
indirect1c.c
blob
eae278df96dca21b3c2e1e41be519c5ad267245b
1
extern
void
foo
(
void
);
2
3
void
4
bar
(
void
)
5
{
6
foo
();
7
}