This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r208726 - in /branches/gomp-4_0-branch/gcc: Cha...


Author: bernds
Date: Thu Mar 20 17:07:09 2014
New Revision: 208726

URL: http://gcc.gnu.org/viewcvs?rev=208726&root=gcc&view=rev
Log:
	Mostly by Michael Zolotukhin:
	* lto-wrapper.c (OFFLOAD_FUNC_TABLE_SECTION_NAME,
	OFFLOAD_TARGET_NAMES_ENV): New defines.
	(offload_names): New static variable.
	(free_array_of_ptrs, parse_env_var, access_check,
	prepare_target_image, replace_special_characters,
	compile_images_for_openmp_targets): New static functions.
	(run_gcc): Determine whether offload sections are present.  If so,
	run compile_images_for_openmp_targets and print the image names.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog
    branches/gomp-4_0-branch/gcc/lto-wrapper.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]