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
286d28c3
Commit
286d28c3
authored
Nov 11, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Nov 11, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/arm/arm.c: Fix a comment typo.
From-SVN: r90479
parent
65a6f342
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 @
286d28c3
2004
-
11
-
11
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
config
/
arm
/
arm
.
c
:
Fix
a
comment
typo
.
2004
-
11
-
11
Nathan
Sidwell
<
nathan
@
codesourcery
.
com
>
2004
-
11
-
11
Nathan
Sidwell
<
nathan
@
codesourcery
.
com
>
*
bitmap
.
h
(
nBITMAP_WORD_BITS
):
Remove
.
*
bitmap
.
h
(
nBITMAP_WORD_BITS
):
Remove
.
...
...
gcc/config/arm/arm.c
View file @
286d28c3
...
@@ -8631,7 +8631,7 @@ arm_compute_save_reg0_reg12_mask (void)
...
@@ -8631,7 +8631,7 @@ arm_compute_save_reg0_reg12_mask (void)
||
(
!
current_function_is_leaf
&&
call_used_regs
[
reg
]))
||
(
!
current_function_is_leaf
&&
call_used_regs
[
reg
]))
save_reg_mask
|=
(
1
<<
reg
);
save_reg_mask
|=
(
1
<<
reg
);
/* Also save the pic base register if nec
c
essary. */
/* Also save the pic base register if necessary. */
if
(
flag_pic
if
(
flag_pic
&&
!
TARGET_SINGLE_PIC_BASE
&&
!
TARGET_SINGLE_PIC_BASE
&&
current_function_uses_pic_offset_table
)
&&
current_function_uses_pic_offset_table
)
...
...
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