svn commit: branches/uClibc-nptl/libpthread/nptl/sysdeps/generic

sjhill at uclibc.org sjhill at uclibc.org
Wed Jan 16 23:59:18 UTC 2008


Author: sjhill
Date: 2008-01-16 15:59:17 -0800 (Wed, 16 Jan 2008)
New Revision: 20859

Log:
This is defined in multiple places for IA64 and cris architectures and 
also differs in implementation.


Modified:
   branches/uClibc-nptl/libpthread/nptl/sysdeps/generic/sysdep.h


Changeset:
Modified: branches/uClibc-nptl/libpthread/nptl/sysdeps/generic/sysdep.h
===================================================================
--- branches/uClibc-nptl/libpthread/nptl/sysdeps/generic/sysdep.h	2008-01-16 20:00:57 UTC (rev 20858)
+++ branches/uClibc-nptl/libpthread/nptl/sysdeps/generic/sysdep.h	2008-01-16 23:59:17 UTC (rev 20859)
@@ -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.  */




More information about the uClibc-cvs mailing list