svn commit: trunk/uClibc/include

Peter S. Mazinger ps.m at gmx.net
Fri Jan 27 06:53:57 UTC 2006


On Thu, 26 Jan 2006 jbglaw at uclibc.org wrote:

> Author: jbglaw
> Date: 2006-01-26 22:18:25 -0800 (Thu, 26 Jan 2006)
> New Revision: 13633
> 
> Log:
> The VAX gas cannot (yet) cope with the tricks played here, so I'm grounding
> linktime warnings for now.
> 
> 
> Modified:
>    trunk/uClibc/include/libc-symbols.h
> 
> 
> Changeset:
> Modified: trunk/uClibc/include/libc-symbols.h
> ===================================================================
> --- trunk/uClibc/include/libc-symbols.h	2006-01-27 05:28:00 UTC (rev 13632)
> +++ trunk/uClibc/include/libc-symbols.h	2006-01-27 06:18:25 UTC (rev 13633)
> @@ -257,7 +257,7 @@
>  
>  /* When a reference to SYMBOL is encountered, the linker will emit a
>     warning message MSG.  */
> -#ifdef __cris__
> +#if defined(__cris__) || defined(__vax__)
>  # define link_warning(symbol, msg)
>  #else
>  # define link_warning(symbol, msg) \

Shouldn't we convert this and the other check for __sparc__ 
(HAVE_SECTION_QUOTES) into bits/uClibc_arch_features.h?

Couldn't it be that these 2 are in reality the same problem, needing for 
cris/vax/sparc 
#define __sec_comment "\"\n\t#\"" ?

Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2




More information about the uClibc mailing list