diff options
| -rw-r--r-- | gcc/ChangeLog | 7 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 579cdf6..cd0ffc7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2002-04-19 Dan Nicolaescu <dann@godzilla.ics.uci.edu> + Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * doc/install.texi (Specific, sparc-sun-solaris2*): Mention that + binutils 2.11.2 and higher generate smaller binaries than Sun's + native tools. + 2002-04-19 Mark Mitchell <mark@codesourcery.com> PR c++/6352 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index efd2c0e..423be20 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3443,6 +3443,11 @@ There are patches for Solaris 2.6 (105633-56 or newer for SPARC, @end html @heading @anchor{sparc-sun-solaris2*}sparc-sun-solaris2* +When GCC is configured to use binutils 2.11.2 or later the binaries +produced are smaller than the ones produced using Sun's native tools; +this difference is quite significant for binaries containing debugging +information. + Sun @command{as} 4.x is broken in that it cannot cope with long symbol names. A typical error message might look similar to the following: |
