diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2008-01-16 23:59:17 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2008-01-16 23:59:17 +0000 |
commit | b9e79e3f956b61c2012a05c674aebfdc46f5f0d0 (patch) | |
tree | a186691459cce7816d384c5bf9bdf37c763c93c1 /libpthread/nptl/sysdeps/generic/sysdep.h | |
parent | 88b92a8cd03a8936bc26e5305321ad3dbb408b63 (diff) | |
download | uClibc-alpine-b9e79e3f956b61c2012a05c674aebfdc46f5f0d0.tar.bz2 uClibc-alpine-b9e79e3f956b61c2012a05c674aebfdc46f5f0d0.tar.xz |
This is defined in multiple places for IA64 and cris architectures and
also differs in implementation.
Diffstat (limited to 'libpthread/nptl/sysdeps/generic/sysdep.h')
-rw-r--r-- | libpthread/nptl/sysdeps/generic/sysdep.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libpthread/nptl/sysdeps/generic/sysdep.h b/libpthread/nptl/sysdeps/generic/sysdep.h index 0bbcf9a69..f104906ac 100644 --- a/libpthread/nptl/sysdeps/generic/sysdep.h +++ b/libpthread/nptl/sysdeps/generic/sysdep.h @@ -17,25 +17,6 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#ifndef C_LABEL - -/* Define a macro we can use to construct the asm name for a C symbol. */ -#ifdef NO_UNDERSCORES -#ifdef __STDC__ -#define C_LABEL(name) name##: -#else -#define C_LABEL(name) name/**/: -#endif -#else -#ifdef __STDC__ -#define C_LABEL(name) _##name##: -#else -#define C_LABEL(name) _/**/name/**/: -#endif -#endif - -#endif - #ifdef __ASSEMBLER__ /* Mark the end of function named SYM. This is used on some platforms to generate correct debugging information. */ |