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 53/57][Arm][OBJDUMP] Add support for MVE instructions: vand, vbrsr, vcls,...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-size
/
size-1b.c
blob
723c60a84c7ad40e45e6b47993f29441a11f65c5
1
extern
char
bar
[];
2
extern
char
size_of_bar
asm
(
"bar@SIZE"
);
3
char
*
bar_size
= &
size_of_bar
;