summaryrefslogtreecommitdiff
path: root/elf/tst-unique1mod1.c
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2012-07-10 14:30:24 +0200
committerMarek Polacek <polacek@redhat.com>2012-07-10 14:30:24 +0200
commit7b8e0d49cbfd8a911978d4b72f3d97e11a6d34ec (patch)
treeb6e8d0b491e2e4e78d1e4b41d3edadeb04392395 /elf/tst-unique1mod1.c
parentc1d00790348352d9bd342b9cebe70cb416f63798 (diff)
Get rid of ASM_GLOBAL_DIRECTIVE.
Diffstat (limited to 'elf/tst-unique1mod1.c')
-rw-r--r--elf/tst-unique1mod1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-unique1mod1.c b/elf/tst-unique1mod1.c
index 16de28d25e..ccc74fae3e 100644
--- a/elf/tst-unique1mod1.c
+++ b/elf/tst-unique1mod1.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"