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
70b6aaed
Commit
70b6aaed
authored
Feb 23, 2002
by
Neil Booth
Committed by
Neil Booth
Feb 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/cpp.texi, doc/invoke.texi: Update documentation for -MM.
From-SVN: r49997
parent
6be580c7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
7 deletions
+20
-7
gcc/ChangeLog
+4
-0
gcc/doc/cpp.texi
+8
-4
gcc/doc/invoke.texi
+8
-3
No files found.
gcc/ChangeLog
View file @
70b6aaed
2002-02-23 Neil Booth <neil@daikokuya.demon.co.uk>
* doc/cpp.texi, doc/invoke.texi: Update documentation for -MM.
2002-02-23 Kazu Hirata <kazu@hxi.com>
2002-02-23 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.c (output_simode_bld): Handle H8/300 and
* config/h8300/h8300.c (output_simode_bld): Handle H8/300 and
...
...
gcc/doc/cpp.texi
View file @
70b6aaed
...
@@ -3959,10 +3959,14 @@ The rule has no commands.
...
@@ -3959,10 +3959,14 @@ The rule has no commands.
Passing
@option
{
-
M
}
to
the
driver
implies
@option
{
-
E
}.
Passing
@option
{
-
M
}
to
the
driver
implies
@option
{
-
E
}.
@item
-
MM
@item
-
MM
Like
@option
{
-
M
},
but
mention
only
the
files
included
with
@code
{
@w
{
#
include
Like
@option
{
-
M
}
but
do
not
mention
header
files
that
are
found
in
"@var{file}"
}}
or
with
@option
{
-
include
}
or
@option
{
-
imacros
}
command
line
system
header
directories
,
nor
header
files
that
are
included
,
options
.
System
header
files
included
with
@code
{
@w
{
#
include
<
@var
{
file
}
>
}}
directly
or
indirectly
,
from
such
a
header
.
are
omitted
.
This
implies
that
the
choice
of
angle
brackets
or
double
quotes
in
an
@samp
{
#
include
}
directive
does
not
in
itself
determine
whether
that
header
will
appear
in
@option
{
-
MM
}
dependency
output
.
This
is
a
slight
change
in
semantics
from
GCC
versions
3
.
0
and
earlier
.
@item
-
MF
@var
{
file
}
@item
-
MF
@var
{
file
}
@anchor
{
-
MF
}
@anchor
{
-
MF
}
...
...
gcc/doc/invoke.texi
View file @
70b6aaed
...
@@ -4045,9 +4045,14 @@ Passing @option{-M} to the driver implies @option{-E}.
...
@@ -4045,9 +4045,14 @@ Passing @option{-M} to the driver implies @option{-E}.
@
item
-
MM
@
item
-
MM
@
opindex
MM
@
opindex
MM
Like
@
option
{-
M
},
but
mention
only
the
files
included
with
@
samp
{#
include
Like
@
option
{-
M
}
but
do
not
mention
header
files
that
are
found
in
"@var{file}"
}.
System
header
files
included
with
@
samp
{#
include
system
header
directories
,
nor
header
files
that
are
included
,
<@
var
{
file
}>}
are
omitted
.
directly
or
indirectly
,
from
such
a
header
.
This
implies
that
the
choice
of
angle
brackets
or
double
quotes
in
an
@
samp
{#
include
}
directive
does
not
in
itself
determine
whether
that
header
will
appear
in
@
option
{-
MM
}
dependency
output
.
This
is
a
slight
change
in
semantics
from
GCC
versions
3.0
and
earlier
.
@
item
-
MD
@
item
-
MD
@
opindex
MD
@
opindex
MD
...
...
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