From b67e9372b28ef339581b724c32acf7cf0977001f Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Thu, 2 Aug 2012 21:04:29 +0200 Subject: Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. --- elf/tst-unique2mod2.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'elf/tst-unique2mod2.c') diff --git a/elf/tst-unique2mod2.c b/elf/tst-unique2mod2.c index 4f1fec0087..aa28f29ba9 100644 --- a/elf/tst-unique2mod2.c +++ b/elf/tst-unique2mod2.c @@ -1,12 +1,9 @@ #include #ifdef HAVE_ASM_UNIQUE_OBJECT -# define S(s) _S (s) -# define _S(s) #s - asm (".data;" ".globl var\n" - ".type var, " S (ASM_TYPE_DIRECTIVE_PREFIX) "gnu_unique_object\n" + ".type var, %gnu_unique_object\n" ".size var, 4\n" "var:.zero 4\n" ".previous"); -- cgit v1.2.3