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
5b4ef0b1
Commit
5b4ef0b1
authored
Nov 16, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Nov 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi: Fix typos.
From-SVN: r90772
parent
a37739c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/doc/tm.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
5b4ef0b1
...
...
@@ -2,6 +2,8 @@
*
expmed
.
c
,
ra
-
colorize
.
c
:
Fix
comment
typos
.
*
doc
/
tm
.
texi
:
Fix
typos
.
2004
-
11
-
16
Daniel
Jacobowitz
<
dan
@
codesourcery
.
com
>
Mark
Mitchell
<
mark
@
codesourcery
.
com
>
...
...
gcc/doc/tm.texi
View file @
5b4ef0b1
...
...
@@ -1123,7 +1123,7 @@ This target hook should return @code{true} if the promotion described by
functions
.
If
this
target
hook
returns
@code
{
true
},
@code
{
FUNCTION_VALUE
}
must
perform
the
same
promotions
done
by
@code
{
PROMOTE_FUNCTON_MODE
}.
perform
the
same
promotions
done
by
@code
{
PROMOTE_FUNCT
I
ON_MODE
}.
@end
deftypefn
@defmac
PARM_BOUNDARY
...
...
@@ -4624,7 +4624,7 @@ This hook controls how the @var{named} argument to @code{FUNCTION_ARG}
is
set
for
varargs
and
stdarg
functions
.
If
this
hook
returns
@code{
true
}
,
the
@var{
named
}
argument
is
always
true
for
named
arguments
,
and
false
for
unnamed
arguments
.
If
it
returns
@code{
false
}
,
but
@code{
TARGET_PRETEND_OUT
O
GOING_VARARGS_NAMED
}
returns
@code{
true
}
,
but
@code{
TARGET_PRETEND_OUTGOING_VARARGS_NAMED
}
returns
@code{
true
}
,
then
all
arguments
are
treated
as
named
.
Otherwise
,
all
named
arguments
except
the
last
are
treated
as
named
.
...
...
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