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 5/57][Arm][GAS] Add support for MVE instructions: vmull{b,t}
[binutils-gdb.git]
/
gold
/
testsuite
/
script_test_15.c
blob
48cfde8b5d5e8223a2a419f2f66ba1a54345da40
1
int
data
[] = {
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
};
2
3
int
extra
[]
__attribute__
((
section
(
".data.extra"
))) = {
1
,
2
,
3
,
4
};
4
5
int
zeroes
[
1024
] = {
0
};
6
7
int
main
(
void
)
8
{
9
return
0
;
10
}