[Glibc-bsd-commits] r2913 - trunk/glibc-ports/kfreebsd/i386

Aurelien Jarno aurel32 at alioth.debian.org
Fri Jan 8 13:30:02 UTC 2010


Author: aurel32
Date: 2010-01-08 13:29:56 +0000 (Fri, 08 Jan 2010)
New Revision: 2913

Modified:
   trunk/glibc-ports/kfreebsd/i386/sysdep.h
Log:
Undefine __i686 on assembler code, similarly to what has been done to
sysdeps/unix/sysv/linux/i386/sysdep.h in EGLIBC.


Modified: trunk/glibc-ports/kfreebsd/i386/sysdep.h
===================================================================
--- trunk/glibc-ports/kfreebsd/i386/sysdep.h	2010-01-08 12:28:49 UTC (rev 2912)
+++ trunk/glibc-ports/kfreebsd/i386/sysdep.h	2010-01-08 13:29:56 UTC (rev 2913)
@@ -29,6 +29,11 @@
 #include <dl-sysdep.h>
 #include <tls.h>
 
+#if defined __i686 && defined __ASSEMBLER__
+#undef __i686
+#define __i686 __i686
+#endif
+
 #ifdef __ASSEMBLER__
 
 /* We don't want the label for the error handle to be global when we define




More information about the Glibc-bsd-commits mailing list