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
983e6484
Commit
983e6484
authored
Mar 15, 2004
by
Paul Brook
Committed by
Paul Brook
Mar 15, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/arm/arm.c (thumb_expand_prologue): Tie prologue insns to fp.
From-SVN: r79496
parent
e6f69614
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/config/arm/arm.c
+6
-0
No files found.
gcc/ChangeLog
View file @
983e6484
2004-03-15 Paul Brook <paul@codesourcery.com>
* config/arm/arm.c (thumb_expand_prologue): Tie prologue insns to fp.
2004-03-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
* c-pretty-print.c (pp_c_semicolon): Fix formatting.
...
...
gcc/config/arm/arm.c
View file @
983e6484
...
...
@@ -13110,6 +13110,12 @@ thumb_expand_prologue (void)
REG_NOTES
(
insn
));
}
}
/* If the frame pointer is needed, emit a special barrier that
will prevent the scheduler from moving stores to the frame
before the stack adjustment. */
if
(
frame_pointer_needed
)
emit_insn
(
gen_stack_tie
(
stack_pointer_rtx
,
hard_frame_pointer_rtx
));
}
if
(
current_function_profile
||
TARGET_NO_SCHED_PRO
)
...
...
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