aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 038bd09..a43b7e1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -6,12 +6,12 @@
2011-05-11 Satoru Takabayashi <satorux@google.com>
Paul Pluzhnikov <ppluzhnikov@google.com>
- * gcc/doc/install.texi (Configuration): Document
+ * doc/install.texi (Configuration): Document
--with-linker-hash-style.
- * gcc/gcc.c (init_spec): Handle LINKER_HASH_STYLE.
- * gcc/config.in: Add LINKER_HASH_STYLE.
- * gcc/configure.ac: Add --with-linker-hash-style.
- * gcc/configure: Regenerate.
+ * gcc.c (init_spec): Handle LINKER_HASH_STYLE.
+ * config.in: Add LINKER_HASH_STYLE.
+ * configure.ac: Add --with-linker-hash-style.
+ * configure: Regenerate.
2011-05-11 Richard Guenther <rguenther@suse.de>