This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r152401 - in /branches/lto: gcc/lto/ChangeLog g...
- From: espindola at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 02 Oct 2009 14:05:45 -0000
- Subject: r152401 - in /branches/lto: gcc/lto/ChangeLog g...
Author: espindola
Date: Fri Oct 2 14:05:43 2009
New Revision: 152401
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152401
Log:
2009-10-02 Rafael Avila de Espindola <espindola@google.com>
* Makefile.am (liblto_plugin_la_SOURCES): Remove
$(top_srcdir)/../gcc/lto/common.c
* Makefile.in: Regenerate.
2009-10-02 Rafael Avila de Espindola <espindola@google.com>
* Make-lang.in (LTO_OBJS): Remove lto/common.o.
(lto/common.o): Remove.
* common.c: Remove.
* common.h (lto_kind_str): Remove.
(lto_visibility_str): Remove.
(lto_resolution_str): Make it static.
Modified:
branches/lto/gcc/lto/ChangeLog
branches/lto/gcc/lto/Make-lang.in
branches/lto/gcc/lto/common.h
branches/lto/lto-plugin/ChangeLog
branches/lto/lto-plugin/Makefile.am
branches/lto/lto-plugin/Makefile.in