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
7c3414b6
Commit
7c3414b6
authored
Sep 16, 2002
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Sep 16, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* m68hc11.md (addhi_sp): Fix uninitialized variable bug.
From-SVN: r57202
parent
245ff137
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/config/m68hc11/m68hc11.md
+1
-1
No files found.
gcc/ChangeLog
View file @
7c3414b6
2002
-
09
-
16
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
2002
-
09
-
16
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
m68hc11
.
md
(
addhi_sp
)
:
Fix
uninitialized
variable
bug
.
*
c4x
-
c
.
c
,
c4x
.
c
,
darwin
.
c
,
i370
-
c
.
c
,
m32r
.
c
:
Include
tm_p
.
h
*
c4x
-
c
.
c
,
c4x
.
c
,
darwin
.
c
,
i370
-
c
.
c
,
m32r
.
c
:
Include
tm_p
.
h
instead
of
the
*-
protos
.
h
file
directly
.
instead
of
the
*-
protos
.
h
file
directly
.
*
t
-
c4x
,
t
-
i370
,
t
-
v850
:
Depend
on
$
(
TM_P_H
).
*
t
-
c4x
,
t
-
i370
,
t
-
v850
:
Depend
on
$
(
TM_P_H
).
...
...
gcc/config/m68hc11/m68hc11.md
View file @
7c3414b6
...
@@ -2258,7 +2258,7 @@
...
@@ -2258,7 +2258,7 @@
Register X/Y is lost, this is specified by the (clobber) statement.
*
/
Register X/Y is lost, this is specified by the (clobber) statement.
*
/
output_asm_insn (
\"
ts%3
\"
, operands);
output_asm_insn (
\"
ts%3
\"
, operands);
if (GET_CODE (operands
[
2
]
) == CONST_INT
if (GET_CODE (operands
[
2
]
) == CONST_INT
&& ((val = INTVAL (operands
[
2
]
)
>= 0 && val < 0x100)
)
&& ((val = INTVAL (operands
[
2
]
)
) >= 0 && val < 0x100
)
&& dead_register_here (insn, gen_rtx (REG, HImode, HARD_D_REGNUM)))
&& dead_register_here (insn, gen_rtx (REG, HImode, HARD_D_REGNUM)))
{
{
output_asm_insn (
\"
ldab
\\
t%2
\"
, operands);
output_asm_insn (
\"
ldab
\\
t%2
\"
, 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