[uClibc-cvs] uClibc/libc/sysdeps/linux/e1/bits endian.h,1.1,1.2

Erik Andersen andersen at uclibc.org
Thu Nov 6 19:44:51 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/e1/bits
In directory winder:/tmp/cvs-serv3706/libc/sysdeps/linux/e1/bits

Modified Files:
	endian.h 
Log Message:
George Thanos writes:

Dear Erik,

We downloded uClibc lattest version from the CVS. Still there are some
minor problems with extra/Configs/Config.e1

You have actually set ARCH_HAS_C_SYMBOL_PREFIX to NO which is not
correct for our architecture. Please apply the patch that will fix the
problem.

Best Regards,

- George

P.S. Patch also removes some irritating comments we have added in the past.



Index: endian.h
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/e1/bits/endian.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- endian.h	8 Oct 2003 18:15:46 -0000	1.1
+++ endian.h	6 Nov 2003 19:44:47 -0000	1.2
@@ -1,4 +1,4 @@
-/* e1 is big-endian.  */ /*Tassos*/
+/* e1 is big-endian.  */
 
 #ifndef _ENDIAN_H
 # error "Never use <bits/endian.h> directly; include <endian.h> instead."




More information about the uClibc-cvs mailing list