diff options
Diffstat (limited to 'elf/tst-unique1mod2.c')
-rw-r--r-- | elf/tst-unique1mod2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-unique1mod2.c b/elf/tst-unique1mod2.c index c075515..4f1fec0 100644 --- a/elf/tst-unique1mod2.c +++ b/elf/tst-unique1mod2.c @@ -5,7 +5,7 @@ # define _S(s) #s asm (".data;" - S (ASM_GLOBAL_DIRECTIVE) " var\n" + ".globl var\n" ".type var, " S (ASM_TYPE_DIRECTIVE_PREFIX) "gnu_unique_object\n" ".size var, 4\n" "var:.zero 4\n" |