No gcc/ prefix in gcc/ChangeLog.
authorPaul Pluzhnikov <ppluzhnikov@gcc.gnu.org>
Wed, 11 May 2011 23:15:44 +0000 (16:15 -0700)
committerPaul Pluzhnikov <ppluzhnikov@gcc.gnu.org>
Wed, 11 May 2011 23:15:44 +0000 (16:15 -0700)
From-SVN: r173686

gcc/ChangeLog

index 038bd095db85d92f14738a7f0a38ed59873ead1d..a43b7e17a73d31ef0bbbd53ef97fb4cd61dc40e2 100644 (file)
@@ -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>