gcc/gcc/jit
David Malcolm 8a3a6ab451 Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the default
gcc/jit/ChangeLog:
	* dummy-frontend.c (jit_langhook_type_for_size): Delete.
	(LANG_HOOKS_TYPE_FOR_SIZE): Don't redefine.

gcc/ChangeLog:
	* langhooks-def.h (lhd_type_for_size): New decl.
	(LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
	* langhooks.c (lhd_type_for_size): New function, taken from
	lto_type_for_size.

gcc/lto/ChangeLog:
	* lto-lang.c (builtin_type_for_size): Convert call to
	lto_type_for_size to one through the langhook.
	(lto_type_for_size): Move to langhooks.c and rename to
	lhd_type_for_size.
	(LANG_HOOKS_TYPE_FOR_SIZE): Don't redefine.

From-SVN: r244646
2017-01-19 17:27:54 +00:00
..
docs
ChangeLog Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the default 2017-01-19 17:27:54 +00:00
ChangeLog.jit
Make-lang.in
TODO.rst
config-lang.in
dummy-frontend.c Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the default 2017-01-19 17:27:54 +00:00
jit-builtins.c
jit-builtins.h
jit-common.h
jit-logging.c
jit-logging.h
jit-playback.c
jit-playback.h
jit-recording.c
jit-recording.h
jit-result.c
jit-result.h
jit-spec.c
jit-tempdir.c
jit-tempdir.h
libgccjit++.h
libgccjit.c
libgccjit.h
libgccjit.map
notes.txt