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
f3ff3f4a
Commit
f3ff3f4a
authored
Nov 15, 1996
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formerly tm.texi.~236~
From-SVN: r13159
parent
bc8c93e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
gcc/tm.texi
+8
-2
No files found.
gcc/tm.texi
View file @
f3ff3f4a
...
...
@@ -5948,11 +5948,12 @@ A C expression that returns the type of debugging output GNU CC produces
when
the
user
specifies
@samp
{
-
g
}
or
@samp
{
-
ggdb
}.
Define
this
if
you
have
arranged
for
GNU
CC
to
support
more
than
one
format
of
debugging
output
.
Currently
,
the
allowable
values
are
@code
{
DBX_DEBUG
},
@code
{
SDB_DEBUG
},
@code
{
DWARF_DEBUG
},
and
@code
{
XCOFF_DEBUG
}.
@code
{
SDB_DEBUG
},
@code
{
DWARF_DEBUG
},
@code
{
DWARF2_DEBUG
},
and
@code
{
XCOFF_DEBUG
}.
The
value
of
this
macro
only
affects
the
default
debugging
output
;
the
user
can
always
get
a
specific
type
of
output
by
using
@samp
{
-
gstabs
},
@samp
{
-
gcoff
},
@samp
{
-
gdwarf
},
or
@samp
{
-
gxcoff
}.
@samp
{
-
gcoff
},
@samp
{
-
gdwarf
-
1
},
@samp
{
-
gdwarf
-
2
},
or
@samp
{
-
gxcoff
}.
@end
table
@node
DBX
Options
...
...
@@ -6268,6 +6269,11 @@ for SDB in response to the @samp{-g} option.
Define
this
macro
if
GNU
CC
should
produce
dwarf
format
debugging
output
in
response
to
the
@samp
{
-
g
}
option
.
@findex
DWARF2_DEBUGGING_INFO
@item
DWARF2_DEBUGGING_INFO
Define
this
macro
if
GNU
CC
should
produce
dwarf
version
2
format
debugging
output
in
response
to
the
@samp
{
-
g
}
option
.
@findex
PUT_SDB_
@dots
{}
@item
PUT_SDB_
@dots
{}
Define
these
macros
to
override
the
assembler
syntax
for
the
special
...
...
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