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
7aded944
Commit
7aded944
authored
Jul 12, 2004
by
Devang Patel
Committed by
Devang Patel
Jul 12, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (Darwin Options): Document -gused and -gfull.
From-SVN: r84594
parent
d39a9880
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+11
-1
No files found.
gcc/ChangeLog
View file @
7aded944
2004-07-12 Devang Patel <dpatel@apple.com>
* doc/invoke.texi (Darwin Options): Document -gused and -gfull.
2004-07-12 Steve Ellcey <sje@cup.hp.com>
* function.c (expand_function_start): Ensure r_save is in Pmode.
...
...
gcc/doc/invoke.texi
View file @
7aded944
...
...
@@ -422,7 +422,7 @@ in the following sections.
-
single_module
-
static
-
sub_library
-
sub_umbrella
@
gol
-
twolevel_namespace
-
umbrella
-
undefined
@
gol
-
unexported_symbols_list
-
weak_reference_mismatches
@
gol
-
whatsloaded
-
F
}
-
whatsloaded
-
F
-
gused
-
gfull
}
@
emph
{
DEC
Alpha
Options
}
@
gccoptlist
{-
mno
-
fp
-
regs
-
msoft
-
float
-
malpha
-
as
-
mgas
@
gol
...
...
@@ -6903,6 +6903,16 @@ and @samp{"/Local/Library/Frameworks"}. An example include looks like
the
name
of
the
framework
and
header
.
h
is
found
in
the
@
samp
{
"PrivateHeaders"
}
or
@
samp
{
"Headers"
}
directory
.
@
item
-
gused
@
opindex
-
gused
Emit
debugging
information
for
symbols
that
are
used
.
For
STABS
debugging
format
,
this
enables
@
option
{-
feliminate
-
unused
-
debug
-
symbols
}.
This
is
by
default
ON
.
@
item
-
gfull
@
opindex
-
gfull
Emit
debugging
information
for
all
symbols
and
types
.
@
item
-
all_load
@
opindex
all_load
Loads
all
members
of
static
archive
libraries
.
...
...
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