diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-08-06 00:00:16 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-08-06 00:00:16 +0200 |
commit | 7a450ac87de9007fe5e7b738934f73fc14cabec7 (patch) | |
tree | 6ef95564a64406d4201e20bd08dedcce75727edd /libc | |
parent | 7591f62fd5b81b2df9c0680ece8773defc378dac (diff) |
nptl i686: avoid cpp problems with thunk section
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc')
-rw-r--r-- | 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 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 |