aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/asm-syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/asm-syntax.h')
-rw-r--r--sysdeps/i386/asm-syntax.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/i386/asm-syntax.h b/sysdeps/i386/asm-syntax.h
index 4b9fd20..d7315ce 100644
--- a/sysdeps/i386/asm-syntax.h
+++ b/sysdeps/i386/asm-syntax.h
@@ -22,8 +22,4 @@
#define ALIGN(log) .align 1<<log
#undef L
-#ifdef __ELF__
-# define L(body) .L##body
-#else
-# define L(body) L##body
-#endif
+#define L(body) .L##body