No gcc/ prefix in gcc/ChangeLog.

From-SVN: r173686
This commit is contained in:
Paul Pluzhnikov 2011-05-11 16:15:44 -07:00
parent 898c90c0fd
commit e77e2cbbee
1 changed files with 5 additions and 5 deletions

View 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>