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
15d11f13
Commit
15d11f13
authored
Jun 10, 2003
by
Richard Henderson
Committed by
Richard Henderson
Jun 10, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/ia64/ia64.md (call_gp): Fix memory mode.
From-SVN: r67752
parent
f58d8c95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/ia64/ia64.md
+1
-1
No files found.
gcc/ChangeLog
View file @
15d11f13
2003-06-10 Richard Henderson <rth@redhat.com>
* config/ia64/ia64.md (call_gp): Fix memory mode.
2003-06-10 James E Wilson <wilson@tuliptree.org>
2003-06-10 James E Wilson <wilson@tuliptree.org>
PR target/8812
PR target/8812
...
...
gcc/config/ia64/ia64.md
View file @
15d11f13
...
@@ -4711,7 +4711,7 @@
...
@@ -4711,7 +4711,7 @@
[
(set_attr "itanium_class" "br,scall")
]
)
[
(set_attr "itanium_class" "br,scall")
]
)
(define_insn "call_gp"
(define_insn "call_gp"
[
(call (mem (match_operand 0 "call_operand" "?r,i"))
[
(call (mem
:DI
(match_operand 0 "call_operand" "?r,i"))
(const_int 1))
(const_int 1))
(clobber (match_operand:DI 1 "register_operand" "=b,b"))
(clobber (match_operand:DI 1 "register_operand" "=b,b"))
(clobber (match_scratch:DI 2 "=&r,X"))
(clobber (match_scratch:DI 2 "=&r,X"))
...
...
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