[uClibc-cvs] uClibc/ldso/ldso/arm dl-syscalls.h,1.6,1.7

Erik Andersen andersen at uclibc.org
Tue Feb 17 06:38:03 UTC 2004


Update of /var/cvs/uClibc/ldso/ldso/arm
In directory nail:/tmp/cvs-serv20174/arm

Modified Files:
	dl-syscalls.h 
Log Message:
Do not duplicate stuff from ldso.h


Index: dl-syscalls.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/arm/dl-syscalls.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dl-syscalls.h	9 Sep 2003 06:11:11 -0000	1.6
+++ dl-syscalls.h	17 Feb 2004 06:38:01 -0000	1.7
@@ -3,17 +3,5 @@
  * before the errno symbol is dynamicly linked. */
 
 #define __set_errno(X) {(void)(X);}
-
-/* Prepare for the case that `__builtin_expect' is not available.  */
-#if __GNUC__ == 2 && __GNUC_MINOR__ < 96
-#define __builtin_expect(x, expected_value) (x)
-#endif
-#ifndef likely
-# define likely(x)	__builtin_expect((!!(x)),1)
-#endif
-#ifndef unlikely
-# define unlikely(x)	__builtin_expect((!!(x)),0)
-#endif
-
 #include "sys/syscall.h"
 




More information about the uClibc-cvs mailing list