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

Carmelo AMOROSO carmelo.amoroso at st.com
Mon Jan 21 08:25:41 UTC 2008


sjhill at uclibc.org wrote:
> 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.  */
>
>   
Hi Steve,
this has broken build on sh4. C_LABEL is used into ENTRY macro defined
into libpthred/nptl/sysdeps/sh.
Likely you forgot to add it into another place ? I'm not going to fix it 
into nptl branch waiting
your feedback.

Carmelo
> _______________________________________________
> uClibc-cvs mailing list
> uClibc-cvs at uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc-cvs
>
>   




More information about the uClibc-cvs mailing list