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
a8508d51
Commit
a8508d51
authored
Sep 10, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Sep 10, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi, doc/tree-ssa.texi: Fix typos.
From-SVN: r87324
parent
f749f3c2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+1
-1
gcc/doc/tree-ssa.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
a8508d51
2004
-
09
-
10
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
doc
/
tm
.
texi
,
doc
/
tree
-
ssa
.
texi
:
Fix
typos
.
2004
-
09
-
10
Geoffrey
Keating
<
geoffk
@
apple
.
com
>
*
dbxout
.
c
(
dbxout_block
):
Update
for
...
...
gcc/doc/tm.texi
View file @
a8508d51
...
...
@@ -9387,7 +9387,7 @@ that are different from @option{-I}.
This
target
hook
returns
@code
{
true
}
if
it
is
safe
to
use
a
local
alias
for
a
virtual
function
@var
{
fndecl
}
when
constructing
thunks
,
@code
{
false
}
otherwise
.
By
default
,
the
hook
returns
@code
{
true
}
for
all
functions
,
if
a
target
supports
aliases
(
ie
.
defines
functions
,
if
a
target
supports
aliases
(
i
.
e
.
defines
@code
{
ASM_OUTPUT_DEF
}),
@code
{
false
}
otherwise
,
@end
deftypefn
...
...
gcc/doc/tree-ssa.texi
View file @
a8508d51
...
...
@@ -709,7 +709,7 @@ definitions. For globals, structures, and arrays, we can determine from
a
statement
whether
a
variable
of
these
types
has
a
killing
definition
.
If
the
variable
does
,
then
the
statement
is
marked
as
having
a
@dfn
{
must
definition
}
of
that
variable
.
However
,
if
a
statement
is
only
defining
a
part
of
the
variable
(
ie
.
a
field
in
a
structure
),
or
if
we
defining
a
part
of
the
variable
(
i
.
e
.
a
field
in
a
structure
),
or
if
we
know
that
a
statement
might
define
the
variable
but
we
cannot
say
for
sure
,
then
we
mark
that
statement
as
having
a
@dfn
{
may
definition
}.
For
instance
,
given
...
...
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