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
18b3a02a
Commit
18b3a02a
authored
Sep 10, 2004
by
Geoffrey Keating
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.def (REG): Add comment to describe third field.
From-SVN: r87312
parent
5b14d144
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+5
-0
gcc/rtl.def
+2
-1
No files found.
gcc/ChangeLog
View file @
18b3a02a
2004
-
09
-
10
Geoffrey
Keating
<
geoffk
@
apple
.
com
>
*
rtl
.
def
(
REG
):
Add
comment
to
describe
third
field
.
2004
-
09
-
10
Andrew
Pinski
<
apinski
@
apple
.
com
>
*
config
/
darwin
.
c
(
machopic_mcount_stub_name
):
Call
...
...
@@ -1283,6 +1287,7 @@
config
/
rs6000
/
linux64
.
h
:
Likewise
.
Split
out
get_sigcontext
function
.
Use
ARG_POINTER_REGNUM
for
32
-
bit
temp
reg
too
.
>>>>>>>
2.5334
2004
-
09
-
07
Jan
Hubicka
<
jh
@
suse
.
cz
>
*
cse
.
c
(
fold_rtx
):
Avoid
building
of
...
...
gcc/rtl.def
View file @
18b3a02a
...
...
@@ -338,7 +338,8 @@ DEF_RTL_EXPR(VALUE, "value", "0", RTX_OBJ)
the REGNO macro. If this number is less than FIRST_PSEUDO_REGISTER
than a hardware register is being referred to. The second operand
holds the original register number - this will be different for a
pseudo register that got turned into a hard register.
pseudo register that got turned into a hard register. The third
operand points to a reg_attrs structure.
This rtx needs to have as many (or more) fields as a MEM, since we
can change REG rtx's into MEMs during reload. */
DEF_RTL_EXPR(REG, "reg", "i00", RTX_OBJ)
...
...
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