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
880c4dcb
Commit
880c4dcb
authored
Oct 09, 2000
by
Richard Earnshaw
Committed by
Richard Earnshaw
Oct 09, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* arm.md (push_multi): Revert unintended change.
From-SVN: r36813
parent
5895f793
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
gcc/ChangeLog
+4
-0
gcc/config/arm/arm.md
+2
-4
No files found.
gcc/ChangeLog
View file @
880c4dcb
2000-10-09 Richard Earnshaw <rearnsha@arm.com>
* arm.md (push_multi): Revert unintended change.
2000-10-09 Richard Earnshaw <rearnsha@arm.com>
* arm.c: Miscellaneous white space and comment clean-ups. No
functional change.
* arm.md: Likewise.
...
...
gcc/config/arm/arm.md
View file @
880c4dcb
...
...
@@ -8783,7 +8783,7 @@
/
*
For the StrongARM at least it is faster to
use STR to store only a single register.
*
/
if (num_saves ==
2
)
if (num_saves ==
1
)
output_asm_insn (
\"
str
\\
t%1,
[
%m0, #-4
]
!
\"
, operands);
else
{
...
...
@@ -8792,9 +8792,7 @@
strcpy (pattern, \"stmfd\\t%m0!, {%1\");
/* We skip the first register, since we can extract that directly from
the pattern. */
for (i = 2; i < num_saves; i++)
for (i = 1; i < num_saves; i++)
{
strcat (pattern, \", %|\");
strcat (pattern,
...
...
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