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
Update release readme after making 2.43.1 release
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-size
/
size-3a.c
blob
c05e7f84be11764b50a43ee3fc7648534f77649e
1
char
bar
[
10
]
__attribute__
((
visibility
(
"hidden"
)));
2
extern
char
size_of_bar
__asm__
(
"bar@SIZE"
);
3
char
*
bar_size
= &
size_of_bar
;