On Thu, Mar 14, 2019 at 3:01 PM marxin <mli...@suse.cz> wrote:
>
>
> gcc/lto/ChangeLog:

OK.

Thanks,
Richard.

> 2019-03-14  Martin Liska  <mli...@suse.cz>
>             Hrishikesh Kulkarni  <hrishikeshpa...@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.
> ---
>  gcc/lto/Make-lang.in   |    2 +-
>  gcc/lto/config-lang.in |    2 +-
>  gcc/lto/lto-common.c   | 2837 ++++++++++++++++++++++++++++++++++++++++
>  gcc/lto/lto-common.h   |   33 +
>  gcc/lto/lto-lang.c     |    1 +
>  gcc/lto/lto.c          | 2837 +---------------------------------------
>  6 files changed, 2899 insertions(+), 2813 deletions(-)
>  create mode 100644 gcc/lto/lto-common.c
>  create mode 100644 gcc/lto/lto-common.h
>

Reply via email to