[git commit master 1/1] nptl i686: avoid cpp problems with thunk section

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Aug 5 22:00:16 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=7a450ac87de9007fe5e7b738934f73fc14cabec7
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/i386/sysdep.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libc/sysdeps/linux/i386/sysdep.h b/libc/sysdeps/linux/i386/sysdep.h
index 73541de..b06d392 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
-- 
1.7.1



More information about the uClibc-cvs mailing list