repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix spurious jnf underflows (bug 14155).
[glibc.git]
/
elf
/
tst-unique2mod1.c
blob
b7e491b2e500a0af1444bd783df654f80dc1e557
1
#include <config.h>
2
3
#ifdef HAVE_ASM_UNIQUE_OBJECT
4
asm
(
".data;"
5
".globl var
\n
"
6
".type var, %gnu_unique_object
\n
"
7
".size var, 4
\n
"
8
"var:.zero 4
\n
"
9
".previous"
);
10
#endif