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
acdcefcc
Commit
acdcefcc
authored
Jul 10, 2001
by
Gabriel Dos Reis
Committed by
Gabriel Dos Reis
Jul 10, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi (Misc): Fix thinko.
From-SVN: r43895
parent
07167a18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+2
-0
No files found.
gcc/ChangeLog
View file @
acdcefcc
2001-07-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
* doc/tm.texi (Misc): Fix thinko.
2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>
* regmove.c (replace_in_call_usage): Fix warnings.
...
...
gcc/doc/tm.texi
View file @
acdcefcc
...
...
@@ -8678,6 +8678,7 @@ which is defined by the language front end. You can use any type nodes set
up
by
@code{
build_common_tree_nodes
}
and
@code{
build_common_tree_nodes_2
};
only
language
front
ends
that
use
these
two
functions
will
use
@samp{
TARGET_INIT_BUILTINS
}
.
@end
deftypefn
@deftypefn
{
Target
Hook
}
rtx
TARGET_EXPAND_BUILTIN
(
tree
@var{
exp
}
,
rtx
@var{
target
}
,
rtx
@var{
subtarget
}
,
enum
machine_mode
@var{
mode
}
,
int
@var{
ignore
}
)
...
...
@@ -8689,5 +8690,6 @@ convenient, and have mode @var{mode} if that is convenient.
@var{
exp
}'
s
operands
.
@var{
ignore
}
is
nonzero
if
the
value
is
to
be
ignored
.
This
function
should
return
the
result
of
the
call
to
the
built
-
in
function
.
@end
deftypefn
@end
table
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