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
15914757
Commit
15914757
authored
Jan 21, 1999
by
Andrew MacLeod
Committed by
Andrew Macleod
Jan 21, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.c (emit_push_insn): Fix Dumb Typo.
From-SVN: r24811
parent
c8ab9901
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/expr.c
+1
-1
No files found.
gcc/ChangeLog
View file @
15914757
Thu
Jan
21
23
:
47
:
30
EST
1999
Andrew
MacLeod
<
amacleod
@cygnus
.
com
>
*
expr
.
c
(
emit_push_insn
)
:
Fix
dumb
typo
.
Thu
Jan
21
20
:
24
:
02
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
rs6000
.
h
(
LEGITIMIZE_RELOAD_ADDRESS
)
:
Recognize
and
accept
...
...
gcc/expr.c
View file @
15914757
...
...
@@ -2887,7 +2887,7 @@ emit_push_insn (x, mode, type, size, align, partial, reg, extra,
if
(
args_addr
==
0
&&
GET_CODE
(
size
)
==
CONST_INT
&&
skip
==
0
&&
(
MOVE_BY_PIECES_P
((
unsigned
)
INTVAL
(
size
)
-
used
,
align
))
)
&&
(
MOVE_BY_PIECES_P
((
unsigned
)
INTVAL
(
size
)
-
used
,
align
))
/* Here we avoid the case of a structure whose weak alignment
forces many pushes of a small amount of data,
and such small pushes do rounding that causes trouble. */
...
...
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