[uClibc-cvs] uClibc/include/sys cdefs.h,1.8,1.9
Miles Bader
miles at uclibc.org
Fri Sep 26 01:34:00 UTC 2003
Update of /var/cvs/uClibc/include/sys
In directory winder:/tmp/cvs-serv377
Modified Files:
cdefs.h
Log Message:
Revert to using uClibc-specific c-symbol-prefix stuff
(__C_SYMBOL_PREFIX__).
Index: cdefs.h
===================================================================
RCS file: /var/cvs/uClibc/include/sys/cdefs.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- cdefs.h 1 Aug 2003 20:08:42 -0000 1.8
+++ cdefs.h 26 Sep 2003 01:33:57 -0000 1.9
@@ -149,8 +149,7 @@
#if defined __GNUC__ && __GNUC__ >= 2
# define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
-# define __ASMNAME(cname) __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
-# define __ASMNAME2(prefix, cname) __STRING (prefix) cname
+# define __ASMNAME(cname) __C_SYMBOL_PREFIX__ cname
/*
#elif __SOME_OTHER_COMPILER__
More information about the uClibc-cvs
mailing list