diff options
author | David Malcolm <dmalcolm@redhat.com> | 2017-01-19 17:27:54 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2017-01-19 17:27:54 +0000 |
commit | 8a3a6ab4514ca5a346951be94536a204b92fcace (patch) | |
tree | 256cbd879fbd6401e4031f44fb4256e9b8cff531 /gcc/config.gcc | |
parent | 86eb502b939b6c852174d23eba3937ab6fd61884 (diff) | |
download | gcc-8a3a6ab4514ca5a346951be94536a204b92fcace.zip gcc-8a3a6ab4514ca5a346951be94536a204b92fcace.tar.gz gcc-8a3a6ab4514ca5a346951be94536a204b92fcace.tar.bz2 |
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
Diffstat (limited to 'gcc/config.gcc')
0 files changed, 0 insertions, 0 deletions