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
/
dwarf3.c
blob
054eb9b18bc0a32f2eb0e8dcbf4fbadaff6b559d
1
/* This test is actually used to test for a segfault that came from the bfd
2
dwarf parsing code in the case when there is _no_ dwarf info. */
3
4
extern
void
bar
(
int
a
);
5
6
int
7
main
()
8
{
9
bar
(
1
);
10
bar
(
2
);
11
12
return
0
;
13
}