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
f248423a
Commit
f248423a
authored
22 years ago
by
Kazu Hirata
Committed by
Kazu Hirata
22 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/h8300/h8300.h (OK_FOR_U): Remove extra parentheses.
From-SVN: r59591
parent
a828c3e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/config/h8300/h8300.h
+4
-4
No files found.
gcc/ChangeLog
View file @
f248423a
2002
-
11
-
27
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
config
/
h8300
/
h8300
.
h
(
OK_FOR_U
)
:
Remove
extra
parentheses
.
2002
-
11
-
27
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
config
/
h8300
/
h8300
.
c
(
h8300_shift_costs
)
:
New
.
*
config
/
h8300
/
h8300
.
h
(
RTX_COSTS
)
:
Use
h8300_shift_costs
.
*
config
/
h8300
/
h8300
-
protos
.
h
:
Add
a
prototype
for
...
...
This diff is collapsed.
Click to expand it.
gcc/config/h8300/h8300.h
View file @
f248423a
...
...
@@ -869,10 +869,10 @@ struct cum_arg
&& REG_OK_FOR_BASE_P (XEXP (OP, 0))) \
|| (GET_CODE (OP) == MEM && GET_CODE (XEXP (OP, 0)) == SYMBOL_REF \
&& TARGET_H8300S) \
|| (
(GET_CODE (OP) == MEM && GET_CODE (XEXP (OP, 0)) == CONST
\
&& GET_CODE (XEXP (XEXP (OP, 0), 0)) == PLUS \
&& GET_CODE (XEXP (XEXP (XEXP (OP, 0), 0), 0)) == SYMBOL_REF \
&& GET_CODE (XEXP (XEXP (XEXP (OP, 0), 0), 1)) == CONST_INT)
\
|| (
GET_CODE (OP) == MEM && GET_CODE (XEXP (OP, 0)) == CONST
\
&& GET_CODE (XEXP (XEXP (OP, 0), 0)) == PLUS \
&& GET_CODE (XEXP (XEXP (XEXP (OP, 0), 0), 0)) == SYMBOL_REF \
&& GET_CODE (XEXP (XEXP (XEXP (OP, 0), 0), 1)) == CONST_INT
\
&& (TARGET_H8300S \
|| SYMBOL_REF_FLAG (XEXP (XEXP (XEXP (OP, 0), 0), 0)))) \
|| (GET_CODE (OP) == MEM \
...
...
This diff is collapsed.
Click to expand it.
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