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-x86-64
/
pr22064b.c
blob
d9065458ed916e76c24dd221e5860d797f47ae6f
1
int
foo
[
2
];
2
int
bar
[
2
] = { -
1
, -
1
};
3
4
int
*
5
foo_p
(
void
)
6
{
7
return
foo
;
8
}
9
10
int
*
11
bar_p
(
void
)
12
{
13
return
bar
;
14
}