From 046f323efd9149bb5d2d5638466e98ed238b7635 Mon Sep 17 00:00:00 2001 From: ro Date: Tue, 19 Apr 2011 17:22:28 +0000 Subject: [PATCH 1/1] gcc: * doc/install.texi (Configuration, --enable-threads): Remove mach. Add lynx, mipssde. Sort table. boehm-gc: * configure.ac (THREADS): Remove decosf1, irix, mach, os2. * configure: Regenerate libjava: * configure.ac (THREADS): Remove decosf1, irix, mach, os2. * configure: Regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172726 138bc75d-0d04-0410-961f-82ee72b054a4 --- boehm-gc/ChangeLog | 5 +++++ boehm-gc/configure | 2 +- boehm-gc/configure.ac | 2 +- gcc/ChangeLog | 6 ++++++ gcc/doc/install.texi | 14 ++++++++------ libjava/ChangeLog | 5 +++++ libjava/configure | 2 +- libjava/configure.ac | 2 +- 8 files changed, 28 insertions(+), 10 deletions(-) diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 7d382b6b5f0..24b5fa7e006 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +2011-04-19 Rainer Orth + + * configure.ac (THREADS): Remove decosf1, irix, mach, os2. + * configure: Regenerate + 2011-04-06 Rainer Orth PR testsuite/48480 diff --git a/boehm-gc/configure b/boehm-gc/configure index 8da6b17add0..7defe3842c7 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -14867,7 +14867,7 @@ $as_echo "#define GC_OSF1_THREADS 1" >>confdefs.h $as_echo "#define _REENTRANT 1" >>confdefs.h ;; - decosf1 | irix | mach | os2 | dce | vxworks) + dce | vxworks) as_fn_error "thread package $THREADS not yet supported" "$LINENO" 5 ;; *) diff --git a/boehm-gc/configure.ac b/boehm-gc/configure.ac index 88f5b8063e7..1f7fb25c0e5 100644 --- a/boehm-gc/configure.ac +++ b/boehm-gc/configure.ac @@ -235,7 +235,7 @@ case "$THREADS" in AC_DEFINE(GC_AIX_THREADS,1) AC_DEFINE(_REENTRANT,1) ;; - decosf1 | irix | mach | os2 | dce | vxworks) + dce | vxworks) AC_MSG_ERROR(thread package $THREADS not yet supported) ;; *) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9956f1aa026..210d7b07321 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-04-19 Rainer Orth + + * doc/install.texi (Configuration, --enable-threads): Remove mach. + Add lynx, mipssde. + Sort table. + 2011-04-19 Xinliang David Li * ipa-cp.c (ipcp_update_profiling): asserting diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dfadb9d59de..688628f9438 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1112,10 +1112,12 @@ to @samp{single}. When used in conjunction with the Ada run time, it causes GCC to use the same thread primitives as Ada uses. This option is necessary when using both Ada and the back end exception handling, which is the default for most Ada targets. -@item mach -Generic MACH thread support, known to work on NeXTSTEP@. (Please note -that the file needed to support this configuration, @file{gthr-mach.h}, is -missing and thus this setting will cause a known bootstrap failure.) +@item lynx +LynxOS thread support. +@item mipssde +MIPS SDE thread support. +@item nks +Novell Kernel Services thread support. @item no This is an alias for @samp{single}. @item posix @@ -1126,12 +1128,12 @@ Generic POSIX/Unix95 thread support. RTEMS thread support. @item single Disable thread support, should work for all platforms. +@item tpf +TPF thread support. @item vxworks VxWorks thread support. @item win32 Microsoft Win32 API thread support. -@item nks -Novell Kernel Services thread support. @end table @item --enable-tls diff --git a/libjava/ChangeLog b/libjava/ChangeLog index ded4e7ce453..3169f1db6e9 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2011-04-19 Rainer Orth + + * configure.ac (THREADS): Remove decosf1, irix, mach, os2. + * configure: Regenerate + 2011-04-15 Rainer Orth * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation): diff --git a/libjava/configure b/libjava/configure index 8d7f0d57215..7681b12fdf8 100755 --- a/libjava/configure +++ b/libjava/configure @@ -20704,7 +20704,7 @@ $as_echo "#define LINUX_THREADS 1" >>confdefs.h ;; win32) ;; - decosf1 | irix | mach | os2 | dce | vxworks) + dce | vxworks) as_fn_error "thread package $THREADS not yet supported" "$LINENO" 5 ;; *) diff --git a/libjava/configure.ac b/libjava/configure.ac index 4cbff945f86..4cfd49fd56f 100644 --- a/libjava/configure.ac +++ b/libjava/configure.ac @@ -1048,7 +1048,7 @@ case "$THREADS" in ;; win32) ;; - decosf1 | irix | mach | os2 | dce | vxworks) + dce | vxworks) AC_MSG_ERROR(thread package $THREADS not yet supported) ;; *) -- 2.11.0