Split part of functionality from lto.c to lto-common.c.
authorMartin Liska <mliska@suse.cz>
Mon, 6 May 2019 07:23:03 +0000 (09:23 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 6 May 2019 07:23:03 +0000 (07:23 +0000)
commita79420f995764129dc40d1abcbf8ce75a0b0f906
tree0526b8bb26dbc7954ff2600528da1c83fb3d1c55
parent2bf6d93547e516b6b2b2051c0fb1b47ea4acc8a4
Split part of functionality from lto.c to lto-common.c.

2019-05-06  Martin Liska  <mliska@suse.cz>
    Hrishikesh Kulkarni  <hrishikeshparag@gmail.com>

* Make-lang.in: Add lto-common.o.
* config-lang.in: Likewise for gtfiles.
* lto-common.c: New file.
* lto-common.h: New file.
* lto-lang.c: Include lto-common.h.
* lto.c: Move most of the functionality
into lto-common.c file.

Co-Authored-By: Hrishikesh Kulkarni <hrishikeshparag@gmail.com>
From-SVN: r270896
gcc/lto/ChangeLog
gcc/lto/Make-lang.in
gcc/lto/config-lang.in
gcc/lto/lto-common.c [new file with mode: 0644]
gcc/lto/lto-common.h [new file with mode: 0644]
gcc/lto/lto-lang.c
gcc/lto/lto.c