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
07ec3810
Commit
07ec3810
authored
Oct 03, 2004
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Oct 03, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* arm.c (output_call_mem): Add missing \t.
From-SVN: r88438
parent
3e6b6386
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/arm/arm.c
+1
-1
No files found.
gcc/ChangeLog
View file @
07ec3810
2004
-
10
-
02
Ian
Lance
Taylor
<
ian
@
wasabisystems
.
com
>
*
arm
.
c
(
output_call_mem
):
Add
missing
\
t
.
2004
-
10
-
02
Kaveh
R
.
Ghazi
<
ghazi
@
caip
.
rutgers
.
edu
>
*
builtins
.
c
(
expand_builtin_memcmp
,
expand_builtin_strcmp
,
...
...
gcc/config/arm/arm.c
View file @
07ec3810
...
...
@@ -7697,7 +7697,7 @@ output_call_mem (rtx *operands)
load since the call will kill it anyway. */
output_asm_insn
(
"ldr%?
\t
%|ip, %0"
,
operands
);
if
(
arm_arch5
)
output_asm_insn
(
"blx%?%|ip"
,
operands
);
output_asm_insn
(
"blx%?
\t
%|ip"
,
operands
);
else
{
output_asm_insn
(
"mov%?
\t
%|lr, %|pc"
,
operands
);
...
...
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