svn commit: trunk/uClibc/include

psm at uclibc.org psm at uclibc.org
Wed Feb 1 22:10:10 UTC 2006


Author: psm
Date: 2006-02-01 14:10:08 -0800 (Wed, 01 Feb 2006)
New Revision: 13789

Log:
Use -DSTATIC and remove stub_warning, not accepted

Modified:
   trunk/uClibc/include/libc-symbols.h


Changeset:
Modified: trunk/uClibc/include/libc-symbols.h
===================================================================
--- trunk/uClibc/include/libc-symbols.h	2006-02-01 22:08:43 UTC (rev 13788)
+++ trunk/uClibc/include/libc-symbols.h	2006-02-01 22:10:08 UTC (rev 13789)
@@ -267,12 +267,6 @@
     = msg;
 #endif
 
-/* A canned warning for sysdeps/stub functions.  */
-#define	stub_warning(name) \
-  __make_section_unallocated (".gnu.uClibc-stub." #name) \
-  link_warning (name, \
-		"warning: " #name " is not implemented and will always fail")
-
 /* Handling on non-exported internal names.  We have to do this only
    for shared code.  */
 #ifdef SHARED
@@ -394,7 +388,7 @@
 # define __hidden_proto_hiddenattr(attrs...)
 #endif
 
-#if 1 /* SHARED */
+#ifndef STATIC
 # ifndef __ASSEMBLER__
 #  define hidden_proto(name, attrs...) __hidden_proto (name, __GI_##name, ##attrs)
 #  define __hidden_proto(name, internal, attrs...) \




More information about the uClibc-cvs mailing list