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
78773322
Commit
78773322
authored
Jul 20, 2004
by
Paul Brook
Committed by
Paul Brook
Jul 20, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/arm/arm.c (thumb_expand_prologue): Remove bogus GEN_INT.
From-SVN: r84979
parent
406d77a4
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/arm/arm.c
+2
-2
No files found.
gcc/ChangeLog
View file @
78773322
2004-07-21 Paul brook <paul@codesourcery.com>
* config/arm/arm.c (thumb_expand_prologue): Remove bogus GEN_INT.
2004-07-20 Zack Weinberg <zack@codesourcery.com>
2004-07-20 Zack Weinberg <zack@codesourcery.com>
* rtl.h (plus_constant): Delete.
* rtl.h (plus_constant): Delete.
...
...
gcc/config/arm/arm.c
View file @
78773322
...
@@ -13264,7 +13264,7 @@ thumb_expand_prologue (void)
...
@@ -13264,7 +13264,7 @@ thumb_expand_prologue (void)
RTX_FRAME_RELATED_P
(
insn
)
=
1
;
RTX_FRAME_RELATED_P
(
insn
)
=
1
;
dwarf
=
gen_rtx_SET
(
SImode
,
stack_pointer_rtx
,
dwarf
=
gen_rtx_SET
(
SImode
,
stack_pointer_rtx
,
plus_constant
(
stack_pointer_rtx
,
plus_constant
(
stack_pointer_rtx
,
GEN_INT
(
-
amount
)
));
-
amount
));
RTX_FRAME_RELATED_P
(
dwarf
)
=
1
;
RTX_FRAME_RELATED_P
(
dwarf
)
=
1
;
REG_NOTES
(
insn
)
REG_NOTES
(
insn
)
=
gen_rtx_EXPR_LIST
(
REG_FRAME_RELATED_EXPR
,
dwarf
,
=
gen_rtx_EXPR_LIST
(
REG_FRAME_RELATED_EXPR
,
dwarf
,
...
@@ -13290,7 +13290,7 @@ thumb_expand_prologue (void)
...
@@ -13290,7 +13290,7 @@ thumb_expand_prologue (void)
RTX_FRAME_RELATED_P
(
insn
)
=
1
;
RTX_FRAME_RELATED_P
(
insn
)
=
1
;
dwarf
=
gen_rtx_SET
(
SImode
,
stack_pointer_rtx
,
dwarf
=
gen_rtx_SET
(
SImode
,
stack_pointer_rtx
,
plus_constant
(
stack_pointer_rtx
,
plus_constant
(
stack_pointer_rtx
,
GEN_INT
(
-
amount
)
));
-
amount
));
RTX_FRAME_RELATED_P
(
dwarf
)
=
1
;
RTX_FRAME_RELATED_P
(
dwarf
)
=
1
;
REG_NOTES
(
insn
)
REG_NOTES
(
insn
)
=
gen_rtx_EXPR_LIST
(
REG_FRAME_RELATED_EXPR
,
dwarf
,
=
gen_rtx_EXPR_LIST
(
REG_FRAME_RELATED_EXPR
,
dwarf
,
...
...
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