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
9bdf23b2
Commit
9bdf23b2
authored
Dec 17, 2007
by
Rask Ingemann Lambertsen
Committed by
Rask Ingemann Lambertsen
Dec 17, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi (TARGET_SECONDARY_RELOAD): Fix typos.
From-SVN: r131011
parent
d42a3bac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
9bdf23b2
2007
-
12
-
17
Rask
Ingemann
Lambertsen
<
rask
@
sygehus
.
dk
>
*
doc
/
tm
.
texi
(
TARGET_SECONDARY_RELOAD
):
Fix
typos
.
2007
-
12
-
17
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
2007
-
12
-
17
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
PR
c
/
34506
PR
c
/
34506
gcc/doc/tm.texi
View file @
9bdf23b2
...
@@ -2614,9 +2614,9 @@ of the scratch register(s).
...
@@ -2614,9 +2614,9 @@ of the scratch register(s).
In
some
cases
,
both
an
intermediate
and
a
scratch
register
are
required
.
In
some
cases
,
both
an
intermediate
and
a
scratch
register
are
required
.
For
input
reloads
,
this
target
hook
is
called
with
nonzero
@var{
in_p
}
,
For
input
reloads
,
this
target
hook
is
called
with
nonzero
@var{
in_p
}
,
and
@var{
x
}
is
an
rtx
that
needs
to
be
copied
to
a
register
in
of
class
and
@var{
x
}
is
an
rtx
that
needs
to
be
copied
to
a
register
of
class
@var{
reload_class
}
in
@var{
reload_mode
}
.
For
output
reloads
,
this
target
@var{
reload_class
}
in
@var{
reload_mode
}
.
For
output
reloads
,
this
target
hook
is
called
with
zero
@var{
in_p
}
,
and
a
register
of
class
@var{
reload_
mode
}
hook
is
called
with
zero
@var{
in_p
}
,
and
a
register
of
class
@var{
reload_
class
}
needs
to
be
copied
to
rtx
@var{
x
}
in
@var{
reload_mode
}
.
needs
to
be
copied
to
rtx
@var{
x
}
in
@var{
reload_mode
}
.
If
copying
a
register
of
@var{
reload_class
}
from
/
to
@var{
x
}
requires
If
copying
a
register
of
@var{
reload_class
}
from
/
to
@var{
x
}
requires
...
...
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