This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[LTO merge][3/15] contrib/gcc_update


This patch adds support in contrib/gcc_update for adjusting
timestamps in lto-plugin. 

It has been tested on x86_64 together with the the other 14
patches in this merge.  I will commit it after the other pieces
are approved.

See http://gcc.gnu.org/ml/gcc/2009-09/msg00578.html for a
description of the whole set.

Thanks.  Diego.

2009-09-28  H.J. Lu  <hongjiu.lu@intel.com>

	PR lto/39216
	* gcc_update: Adjust file timestamps for lto-plugin.

diff -rdupN --exclude=.svn --exclude=.git --exclude='*.diff*' --exclude='autom4te*' --exclude=tags --exclude=ChangeLog.lto --exclude=configure /usr/local/google/homedirs/dnovillo/gcc/trunk/contrib/gcc_update /usr/local/google/homedirs/dnovillo/gcc/trunk.lto/contrib/gcc_update
--- /usr/local/google/homedirs/dnovillo/gcc/trunk/contrib/gcc_update	2009-09-23 12:48:04.000000000 -0400
+++ /usr/local/google/homedirs/dnovillo/gcc/trunk.lto/contrib/gcc_update	2009-09-23 11:35:28.000000000 -0400
@@ -84,6 +84,10 @@ gcc/testsuite/gcc.dg/cpp/_Pragma3.c: gcc
 # Similarly, without this, you will see:
 # direct2s.c:35: warning: current file is older than direct2.c
 gcc/testsuite/gcc.dg/cpp/direct2s.c: gcc/testsuite/gcc.dg/cpp/direct2.c
+# lto-plugin
+lto-plugin/aclocal.m4: lto-plugin/acinclude.m4
+lto-plugin/configure: lto-plugin/configure.ac lto-plugin/aclocal.m4
+lto-plugin/Makefile.in: lto-plugin/Makefile.am lto-plugin/aclocal.m4
 # And libraries, at last
 libbanshee/configure: libbanshee/configure.ac
 libmudflap/configure: libmudflap/configure.ac


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]