From 7b8e0d49cbfd8a911978d4b72f3d97e11a6d34ec Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Tue, 10 Jul 2012 14:30:24 +0200 Subject: Get rid of ASM_GLOBAL_DIRECTIVE. --- sysdeps/mach/sysdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach/sysdep.h') diff --git a/sysdeps/mach/sysdep.h b/sysdeps/mach/sysdep.h index 3bcb9b32b3..29a2c8e90b 100644 --- a/sysdeps/mach/sysdep.h +++ b/sysdeps/mach/sysdep.h @@ -31,7 +31,7 @@ work right. */ #undef ENTRY #define ENTRY(name) \ - ASM_GLOBAL_DIRECTIVE name; \ + .globl name; \ .align ALIGN; \ .type name,@function; \ name: -- cgit v1.2.3