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
32318600
Commit
32318600
authored
Jan 12, 1998
by
Jim Wilson
Committed by
Jeff Law
Jan 12, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mips.md (return_internal): Change mode from SImode to VOIDmode.
From-SVN: r17320
parent
a0d5fba7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+4
-0
gcc/config/mips/mips.md
+3
-1
No files found.
gcc/ChangeLog
View file @
32318600
Tue Jan 13 00:44:02 1998 Jim Wilson <wilson@cygnus.com>
* mips.md (return_internal): Change mode from SImode to VOIDmode.
Sat Jan 10 22:11:39 1998 J. Kean Johnston <jkj@sco.com>
* i386/sco5.h (STARTFILE_SPEC, ENDFILE_SPEC): Correctly handle
...
...
gcc/config/mips/mips.md
View file @
32318600
...
...
@@ -8796,8 +8796,10 @@ move\\t%0,%z4\\n\\
(set_attr "length" "1")])
;; Normal return.
;; We match any mode for the return address, so that this will work with
;; both 32 bit and 64 bit targets.
(define_insn "return_internal"
[
(use (match_operand
:SI
0 "register_operand" ""))
[
(use (match_operand 0 "register_operand" ""))
(return)]
""
"
*
...
...
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