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
dc5f17ec
Commit
dc5f17ec
authored
Jan 02, 2003
by
Kazu Hirata
Committed by
Kazu Hirata
Jan 02, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/h8300/h8300.c (output_logical_op): Fix a warning.
From-SVN: r60769
parent
62d2eed6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/config/h8300/h8300.c
+1
-2
No files found.
gcc/ChangeLog
View file @
dc5f17ec
2003
-
01
-
01
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
config
/
h8300
/
h8300
.
c
(
output_logical_op
)
:
Fix
a
warning
.
2003
-
01
-
01
Neil
Booth
<
neil
@daikokuya
.
co
.
uk
>
2003
-
01
-
01
Neil
Booth
<
neil
@daikokuya
.
co
.
uk
>
*
config
/
darwin
-
protos
.
h
,
config
/
c4x
/
c4x
-
protos
.
h
,
*
config
/
darwin
-
protos
.
h
,
config
/
c4x
/
c4x
-
protos
.
h
,
...
...
gcc/config/h8300/h8300.c
View file @
dc5f17ec
...
@@ -2203,8 +2203,7 @@ output_logical_op (mode, operands)
...
@@ -2203,8 +2203,7 @@ output_logical_op (mode, operands)
&&
code
==
AND
&&
code
==
AND
&&
(
det
&
0xffff0000
)
==
0xff000000
)
&&
(
det
&
0xffff0000
)
==
0xff000000
)
{
{
sprintf
(
insn_buf
,
"extu.w
\t
%%e0"
,
opname
);
output_asm_insn
(
"extu.w
\t
%e0"
,
operands
);
output_asm_insn
(
insn_buf
,
operands
);
}
}
else
if
(
TARGET_H8300H
||
TARGET_H8300S
)
else
if
(
TARGET_H8300H
||
TARGET_H8300S
)
{
{
...
...
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