Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
7c2f2b41
Commit
7c2f2b41
authored
Sep 15, 2004
by
Eric Botcazou
Committed by
Eric Botcazou
Sep 15, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/install.texi (sparc-sun-solaris2*): Properly format warning.
From-SVN: r87533
parent
48732f23
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
gcc/ChangeLog
+4
-0
gcc/doc/install.texi
+10
-5
No files found.
gcc/ChangeLog
View file @
7c2f2b41
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
.
...
...
gcc/doc/install.texi
View file @
7c2f2b41
...
...
@@ -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 />
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment