From: Ulrich Drepper Date: Wed, 15 Jul 1998 09:20:20 +0000 (+0000) Subject: Define LOC. X-Git-Tag: glibc-2.16-ports-before-merge~3184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30437816c1e1f7353598471cb5dd16d9dfbc7ebc;p=thirdparty%2Fglibc.git Define LOC. --- diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h b/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h index 1530ff64d5e..a21672b1155 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 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1994, 1995, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Brendan Kehoe (brendan@zen.org). @@ -51,4 +51,6 @@ #define r1 %o1 #define MOVE(x,y) mov x, y +#define LOC(name) .##L##name + #endif /* __ASSEMBLER__ */