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
22cbb540
Commit
22cbb540
authored
Sep 10, 1997
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove last change. Not needed for egcs yet.
From-SVN: r15397
parent
d26cb668
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
+1
-5
gcc/ChangeLog
+0
-4
gcc/expr.c
+1
-1
No files found.
gcc/ChangeLog
View file @
22cbb540
...
...
@@ -31,10 +31,6 @@ Wed Sep 10 14:05:08 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
(check-gcc, check-g++): Depend on testsuite/site.exp.
Don't stop for failure.
Wed Sep 10 10:51:21 1997 Jeffrey A Law (law@cygnus.com)
* expr.c (emit_block_move): Always return a value.
Wed Sep 10 01:38:30 1997 Doug Evans <dje@cygnus.com>
Add port done awhile ago for the ARC cpu.
...
...
gcc/expr.c
View file @
22cbb540
...
...
@@ -1638,7 +1638,7 @@ emit_block_move (x, y, size, align)
if
(
pat
)
{
emit_insn
(
pat
);
return
0
;
return
;
}
else
delete_insns_since
(
last
);
...
...
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