patches/glibc/ports-2.7/110-ARM-NPTL.patch
author Zhenqiang Chen <zhenqiang.chen@linaro.org>
Fri Nov 18 11:32:50 2011 +0800 (2011-11-18)
branch1.13
changeset 2841 64fe22ca6e6f
permissions -rw-r--r--
cc/gcc: Apply CT_CC_GCC_DISABLE_PCH to do_cc_core.

Otherwise, users have to input --disable-libstdcxx-pch option
when building bare-metal CANADIAN C++ compiler.

Reviewed-by: Michael Hope
Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
(transplanted from e3e1c9d45bddfbfb433ee9d583faf42fa31f50c0)
yann@519
     1
--- glibc-2.7/glibc-ports-2.7.orig/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h	2007-06-06 19:27:04.000000000 +0200
yann@519
     2
+++ glibc-2.7/glibc-ports-2.7/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h	2008-05-18 16:57:21.000000000 +0200
yann@519
     3
@@ -73,6 +73,9 @@
yann@519
     4
 # define DOCARGS_5	DOCARGS_4
yann@519
     5
 # define UNDOCARGS_5	UNDOCARGS_4
yann@519
     6
 
yann@519
     7
+# define DOCARGS_6    DOCARGS_5
yann@519
     8
+# define UNDOCARGS_6  UNDOCARGS_5
yann@519
     9
+
yann@519
    10
 # ifdef IS_IN_libpthread
yann@519
    11
 #  define CENABLE	bl PLTJMP(__pthread_enable_asynccancel)
yann@519
    12
 #  define CDISABLE	bl PLTJMP(__pthread_disable_asynccancel)