From 7a450ac87de9007fe5e7b738934f73fc14cabec7 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 6 Aug 2010 00:00:16 +0200 Subject: nptl i686: avoid cpp problems with thunk section Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/i386/sysdep.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc/sysdeps/linux/i386/sysdep.h b/libc/sysdeps/linux/i386/sysdep.h index 73541de0c..b06d392a2 100644 --- a/libc/sysdeps/linux/i386/sysdep.h +++ b/libc/sysdeps/linux/i386/sysdep.h @@ -146,6 +146,8 @@ __x86.get_pc_thunk.reg: \ #endif #endif +/* Avoid conflics with thunk section */ +#undef __i686 #endif /* __ASSEMBLER__ */ #ifndef offsetof -- cgit v1.2.3