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
1b31097e
Commit
1b31097e
authored
Dec 31, 1997
by
Jeffrey A Law
Committed by
Jeff Law
Dec 31, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mn10200.md (addsi3, subsi3): Fix thinkos.
From-SVN: r17266
parent
194faace
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/mn10200/mn10200.md
+2
-2
No files found.
gcc/ChangeLog
View file @
1b31097e
Wed Dec 31 10:05:44 1997 Jeffrey A Law (law@cygnus.com)
* mn10200.md (addsi3, subsi3): Fix thinkos.
Tue Dec 30 00:04:49 1997 Richard Henderson <rth@cygnus.com>
Tue Dec 30 00:04:49 1997 Richard Henderson <rth@cygnus.com>
* sparc.h (ASM_OUTPUT_MI_THUNK): Move %o7 through %g1 instead of
* sparc.h (ASM_OUTPUT_MI_THUNK): Move %o7 through %g1 instead of
...
...
gcc/config/mn10200/mn10200.md
View file @
1b31097e
...
@@ -405,7 +405,7 @@
...
@@ -405,7 +405,7 @@
insns = get_insns ();
insns = get_insns ();
end_sequence ();
end_sequence ();
emit_libcall_block (insns, operands[0], ret,
emit_libcall_block (insns, operands[0], ret,
gen_rtx (
ASHIFT
, SImode, operands[1], operands[2]));
gen_rtx (
PLUS
, SImode, operands[1], operands[2]));
DONE;
DONE;
}
}
else
else
...
@@ -483,7 +483,7 @@
...
@@ -483,7 +483,7 @@
insns = get_insns ();
insns = get_insns ();
end_sequence ();
end_sequence ();
emit_libcall_block (insns, operands[0], ret,
emit_libcall_block (insns, operands[0], ret,
gen_rtx (
ASHIFT
, SImode, operands[1], operands[2]));
gen_rtx (
MINUS
, SImode, operands[1], operands[2]));
DONE;
DONE;
}
}
else
else
...
...
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