LOC): Don't paste in a token.
authorUlrich Drepper <drepper@redhat.com>
Thu, 11 Apr 2002 20:38:52 +0000 (20:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 11 Apr 2002 20:38:52 +0000 (20:38 +0000)
sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h

index fb554f5..c2e7e0a 100644 (file)
@@ -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 <miguel@gnu.ai.mit.edu>, 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                                  \
index d9badf7..9a0db6a 100644 (file)
@@ -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__ */