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
b93828f3
Commit
b93828f3
authored
Feb 28, 2003
by
Nick Clifton
Committed by
Nick Clifton
Feb 28, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(note_invalid_constants): Change parameter type from bool to int.
From-SVN: r63560
parent
f3c7ed6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-0
gcc/config/arm/arm.c
+2
-2
No files found.
gcc/ChangeLog
View file @
b93828f3
2003
-
02
-
28
Nick
Clifton
<
nickc
@redhat
.
com
>
*
config
/
arm
/
arm
.
c
(
note_invalid_constants
)
:
Change
parameter
type
from
bool
to
int
.
2003
-
02
-
28
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
config
/
h8300
/
h8300
.
md
(
*
tst_extzv_bitqi_1_n
)
:
Accept
the
...
...
gcc/config/arm/arm.c
View file @
b93828f3
...
...
@@ -113,7 +113,7 @@ static int arm_barrier_cost PARAMS ((rtx));
static
Mfix
*
create_fix_barrier
PARAMS
((
Mfix
*
,
Hint
));
static
void
push_minipool_barrier
PARAMS
((
rtx
,
Hint
));
static
void
push_minipool_fix
PARAMS
((
rtx
,
Hint
,
rtx
*
,
Mmode
,
rtx
));
static
bool
note_invalid_constants
PARAMS
((
rtx
,
Hint
,
bool
));
static
bool
note_invalid_constants
PARAMS
((
rtx
,
Hint
,
int
));
static
int
current_file_function_operand
PARAMS
((
rtx
));
static
Ulong
arm_compute_save_reg0_reg12_mask
PARAMS
((
void
));
static
Ulong
arm_compute_save_reg_mask
PARAMS
((
void
));
...
...
@@ -6923,7 +6923,7 @@ static bool
note_invalid_constants
(
insn
,
address
,
do_pushes
)
rtx
insn
;
HOST_WIDE_INT
address
;
bool
do_pushes
;
int
do_pushes
;
{
bool
result
=
false
;
int
opno
;
...
...
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