From: Ulrich Drepper Date: Thu, 11 Apr 2002 20:39:56 +0000 (+0000) Subject: (LOC): Don't paste in a token. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b8e333c397be09e52ad7e16258c047a4392eca;p=thirdparty%2Fglibc.git (LOC): Don't paste in a token. --- diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h b/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h index fb554f59680..c2e7e0aede8 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Miguel de Icaza , January 1997. @@ -48,7 +48,7 @@ #define END(name) \ .size name, . - name -#define LOC(name) . ## L ## name +#define LOC(name) .L##name #ifdef PIC #define SYSCALL_ERROR_HANDLER \ diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h b/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h index d9badf74d98..9a0db6afe16 100644 --- a/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h +++ b/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1994, 1995, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1993,1994,1995,1997,1998,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Brendan Kehoe (brendan@zen.org). @@ -51,6 +51,6 @@ #define r1 %o1 #define MOVE(x,y) mov x, y -#define LOC(name) .##L##name +#define LOC(name) .L##name #endif /* __ASSEMBLER__ */