aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/s390/s390-32/sysdep.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-07 10:06:56 +0000
committerRoland McGrath <roland@gnu.org>2003-03-07 10:06:56 +0000
commit8addbe045d96a1c540ffda14475d8ccb8f86e8e7 (patch)
treefeb0a7103e6374832472bcbed70b523e42f7a71f /sysdeps/s390/s390-32/sysdep.h
parentbc6389ad568e161987060470c0f512b8a5853824 (diff)
downloadglibc-8addbe045d96a1c540ffda14475d8ccb8f86e8e7.tar
glibc-8addbe045d96a1c540ffda14475d8ccb8f86e8e7.tar.gz
glibc-8addbe045d96a1c540ffda14475d8ccb8f86e8e7.tar.bz2
glibc-8addbe045d96a1c540ffda14475d8ccb8f86e8e7.zip
2003-03-07 Roland McGrath <roland@redhat.com>
* sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo. * sysdeps/s390/s390-64/sysdep.h (L): Likewise.
Diffstat (limited to 'sysdeps/s390/s390-32/sysdep.h')
-rw-r--r--sysdeps/s390/s390-32/sysdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/s390-32/sysdep.h b/sysdeps/s390/s390-32/sysdep.h
index a9dac44307..941575b817 100644
--- a/sysdeps/s390/s390-32/sysdep.h
+++ b/sysdeps/s390/s390-32/sysdep.h
@@ -111,7 +111,7 @@ lose: SYSCALL_PIC_SETUP \
/* Local label name for asm code. */
#ifndef L
-#define L(name) name
+#define L(name) .L##name
#endif
#endif /* __ASSEMBLER__ */