r192905 - in /branches/gupc: gcc/ChangeLog.upc ...
nenadv@gcc.gnu.org
nenadv@gcc.gnu.org
Mon Oct 29 01:43:00 GMT 2012
Author: nenadv
Date: Mon Oct 29 01:43:44 2012
New Revision: 192905
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192905
Log:
Remove unused --upc-pthreads-per-process compile switch.
gcc/
* c-family/c.opt: Remove --upc-pthreads-per-process switch
that compiler/runtime do not use.
* c-family/c-opts.c (c_common_handle_option): Remove support for
--upc-pthreads-per-process switch.
* c-family/c-common.c: Ditto.
* c-family/c-common.h: Ditto.
* upc/upc-act.c (upc_handle_option): Ditto.
(upc_cpp_builtins): Ditto.
* upc/upc-lang.c (upc_init_options): Ditto.
libgupc/
* smp/gcc-upc-lib.in (__UPC_N_PTHREADS__): Delete.
(__UPC_STATIC_PTHREADS__): Delete.
(__UPC_USES_PTHREADS__): Delete.
(GCCUPCConfig): Remove pthreads configuration from the list of
defines.
Modified:
branches/gupc/gcc/ChangeLog.upc
branches/gupc/gcc/c-family/c-common.c
branches/gupc/gcc/c-family/c-common.h
branches/gupc/gcc/c-family/c-opts.c
branches/gupc/gcc/c-family/c.opt
branches/gupc/gcc/upc/ChangeLog
branches/gupc/gcc/upc/upc-act.c
branches/gupc/gcc/upc/upc-lang.c
branches/gupc/libgupc/ChangeLog
branches/gupc/libgupc/smp/gcc-upc-lib.in
More information about the Gcc-cvs
mailing list