r192880 - in /branches/gupc: gcc/defaults.h gcc...

nenadv@gcc.gnu.org nenadv@gcc.gnu.org
Sat Oct 27 19:37:00 GMT 2012


Author: nenadv
Date: Sat Oct 27 19:37:34 2012
New Revision: 192880

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192880
Log:
	Place shared initialization code into the .text
	section instead of a separate .upc_init section.
/
	* gcc/defaults.h (UPC_INIT_SECTION_NAME): Delete.
	(UPC_INIT_BEGIN_NAME): Delete.
	(UPC_INIT_END_NAME): Delete.
	* gcc/doc/tm.texi.in: Ditto.
	* gcc/doc/tm.texi: Ditto.
	* gcc/upc/upc-act.c (upc_build_init_func): Remove settings
	of the section for shared initialization code.
	* libgupc/config/default/upc-crt-config.h (UPC_INIT_SECTION_BEGIN):
	Delete.
	(UPC_INIT_SECTION_END): Delete.
	* libgupc/config/darwin/upc-crt-config.h: Ditto.
	* libgupc/upc-crtstuff.c: Remove declarations for .upc_init
	section start/end.

Modified:
    branches/gupc/gcc/defaults.h
    branches/gupc/gcc/doc/tm.texi
    branches/gupc/gcc/doc/tm.texi.in
    branches/gupc/gcc/upc/ChangeLog
    branches/gupc/gcc/upc/upc-act.c
    branches/gupc/libgupc/config/darwin/upc-crt-config.h
    branches/gupc/libgupc/config/default/upc-crt-config.h
    branches/gupc/libgupc/upc-crtstuff.c



More information about the Gcc-cvs mailing list