mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
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.
This commit is contained in:
parent
bc6389ad56
commit
8addbe045d
@ -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__ */
|
||||
|
@ -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__ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user