* doc/install.texi (sparc-sun-solaris2*): Properly format warning.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Wed, 15 Sep 2004 05:36:05 +0000 (07:36 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 15 Sep 2004 05:36:05 +0000 (05:36 +0000)
From-SVN: r87533

gcc/ChangeLog
gcc/doc/install.texi

index 481f600082bc55065b6c3bf5a3c244ebb7741efd..56e4ed4981dc9e04c28741d4d7a1d9cefab3c927 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * doc/install.texi (sparc-sun-solaris2*): Properly format warning.
+
 2004-09-14 Jeff Law  <law@redhat.com>
 
        * tree-ssa-dom.c (avail_exprs_stack): New global varray.
index fcae3d0e064fb8f022ab5bb557b4cbbf1874a07a..ec16b2143e393201d3e2fdc95deafbd75bc44234 100644 (file)
@@ -3547,11 +3547,16 @@ GCC 3.4 changed the default debugging format from STABS to DWARF-2 for
 assembler, this change apparently runs afoul of Sun bug 4910101, for
 which (as of 2004-05-23) there is no fix.  A symptom of the problem is
 that you cannot compile C++ programs like @command{groff} 1.19.1
-without getting messages like @samp{ld: warning: relocation error:
-R_SPARC_UA32 @dots{} external symbolic relocation against
-non-allocatable section .debug_info; cannot be processed at runtime:
-relocation ignored}.  To work around this problem, compile with
-@option{-gstabs+} instead of plain @option{-g}.
+without getting messages similar to the following:
+
+@smallexample
+ld: warning: relocation error: R_SPARC_UA32: @dots{}
+  external symbolic relocation against non-allocatable section
+  .debug_info cannot be processed at runtime: relocation ignored.
+@end smallexample
+
+To work around this problem, compile with @option{-gstabs+} instead of
+plain @option{-g}.
 
 @html
 <hr />