diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-15 05:36:05 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-15 05:36:05 +0000 |
commit | f2e5c8fd69e29757dd88d7356d944d6a14244e75 (patch) | |
tree | 1513f0b805f8d83458c2d4761163ba06303d9759 /gcc | |
parent | 9c629f0e229b71091e1649ab558461cfa8cd2b47 (diff) | |
download | gcc-f2e5c8fd69e29757dd88d7356d944d6a14244e75.tar.gz |
* doc/install.texi (sparc-sun-solaris2*): Properly format warning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87533 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 481f600082b..56e4ed4981d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index fcae3d0e064..ec16b2143e3 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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 /> |