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
eb7715a4
Commit
eb7715a4
authored
Apr 25, 2002
by
Richard Henderson
Committed by
Richard Henderson
Apr 25, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi: Document -gdwarf{,-2} vs debug level.
From-SVN: r52769
parent
cf5ee720
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+5
-2
No files found.
gcc/ChangeLog
View file @
eb7715a4
2002-04-25 Richard Henderson <rth@redhat.com>
* doc/invoke.texi: Document -gdwarf{,-2} vs debug level.
2002-04-25 Ulrich Weigand <uweigand@de.ibm.com>
2002-04-25 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.c (s390_emit_epilogue): Always restore registers
* config/s390/s390.c (s390_emit_epilogue): Always restore registers
...
...
gcc/doc/invoke.texi
View file @
eb7715a4
...
@@ -2722,8 +2722,6 @@ supported). This is the format used by DEBUG on VMS systems.
...
@@ -2722,8 +2722,6 @@ supported). This is the format used by DEBUG on VMS systems.
@
itemx
-
gstabs
@
var
{
level
}
@
itemx
-
gstabs
@
var
{
level
}
@
itemx
-
gcoff
@
var
{
level
}
@
itemx
-
gcoff
@
var
{
level
}
@
itemx
-
gxcoff
@
var
{
level
}
@
itemx
-
gxcoff
@
var
{
level
}
@
itemx
-
gdwarf
@
var
{
level
}
@
itemx
-
gdwarf
-
2
@
var
{
level
}
@
itemx
-
gvms
@
var
{
level
}
@
itemx
-
gvms
@
var
{
level
}
Request
debugging
information
and
also
use
@
var
{
level
}
to
specify
how
Request
debugging
information
and
also
use
@
var
{
level
}
to
specify
how
much
information
.
The
default
level
is
2.
much
information
.
The
default
level
is
2.
...
@@ -2737,6 +2735,11 @@ Level 3 includes extra information, such as all the macro definitions
...
@@ -2737,6 +2735,11 @@ Level 3 includes extra information, such as all the macro definitions
present in the program. Some debuggers support macro expansion when
present in the program. Some debuggers support macro expansion when
you use @option{-g3}.
you use @option{-g3}.
Note that in order to avoid confusion between DWARF1 debug level 2,
and DWARF2, neither @option{-gdwarf} nor @option{-gdwarf-2} accept
a concatenated debug level. Instead use an additional @option{-g@var{level}}
option to change the debug level for DWARF1 or DWARF2.
@cindex @code{prof}
@cindex @code{prof}
@item -p
@item -p
@opindex p
@opindex p
...
...
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