From: Roland McGrath Date: Fri, 7 Mar 2003 10:06:56 +0000 (+0000) Subject: 2003-03-07 Roland McGrath X-Git-Tag: cvs/glibc-2_3_3~1338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8addbe045d96a1c540ffda14475d8ccb8f86e8e7;p=thirdparty%2Fglibc.git 2003-03-07 Roland McGrath * sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo. * sysdeps/s390/s390-64/sysdep.h (L): Likewise. --- diff --git a/sysdeps/s390/s390-32/sysdep.h b/sysdeps/s390/s390-32/sysdep.h index a9dac443078..941575b817c 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__ */ diff --git a/sysdeps/s390/s390-64/sysdep.h b/sysdeps/s390/s390-64/sysdep.h index b863d266b86..224762932b5 100644 --- a/sysdeps/s390/s390-64/sysdep.h +++ b/sysdeps/s390/s390-64/sysdep.h @@ -66,7 +66,7 @@ #else #define CALL_MCOUNT \ lgr 0,14 ; larl 1,0f ; brasl 14,_mcount ; lgr 14,0 ; \ - .data ; .align 4 ; 0: .long 0 ; .text ; + .data ; .align 4 ; 0: .long 0 ; .text ; #endif #else #define CALL_MCOUNT /* Do nothing. */ @@ -104,8 +104,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__ */ -