aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386')
-rw-r--r--sysdeps/i386/sysdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/i386/sysdep.h b/sysdeps/i386/sysdep.h
index 563e7dd..af04c4a 100644
--- a/sysdeps/i386/sysdep.h
+++ b/sysdeps/i386/sysdep.h
@@ -120,4 +120,9 @@ lose: SYSCALL_PIC_SETUP \
#define SYSCALL_PIC_SETUP /* Nothing. */
#endif
+/* Local label name for asm code. */
+#ifndef L
+#define L(name) name
+#endif
+
#endif /* ASSEMBLER */