aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonb <simonb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-24 11:21:38 +0000
committersimonb <simonb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-24 11:21:38 +0000
commit4100e98aed58982b7a8ef06ec64f90b1a1dbe3b6 (patch)
treef85264dd843a636aba1c3ce124862978a8485489
parenta85cf37cb80f630da35fe7a78daf67c2a2d90673 (diff)
2011-08-24 Simon Baldwin <simonb@google.com>
Mainline cherry pick rev 178031. * gengtype-state.c (write_state): Remove timestamped header line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/google/integration@178033 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog.google-integration6
-rw-r--r--gcc/gengtype-state.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog.google-integration b/gcc/ChangeLog.google-integration
index 8120b5d8f7b..1a325e97dd1 100644
--- a/gcc/ChangeLog.google-integration
+++ b/gcc/ChangeLog.google-integration
@@ -1,3 +1,9 @@
+2011-08-24 Simon Baldwin <simonb@google.com>
+
+ Mainline cherry pick rev 178031.
+
+ * gengtype-state.c (write_state): Remove timestamped header line.
+
2011-08-17 Diego Novillo <dnovillo@google.com>
Mainline merge rev 177757.
diff --git a/gcc/gengtype-state.c b/gcc/gengtype-state.c
index 5a5939dec85..d265f487031 100644
--- a/gcc/gengtype-state.c
+++ b/gcc/gengtype-state.c
@@ -1194,8 +1194,6 @@ write_state (const char *state_path)
fprintf (state_file,
";;; This file should be parsed by the same %s which wrote it.\n",
progname);
- fprintf (state_file, ";;; file %s generated on %s\n", state_path,
- ctime (&now));
/* The first non-comment significant line gives the version string. */
write_state_version (version_string);
write_state_srcdir ();