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
fbd2bdda
Commit
fbd2bdda
authored
Nov 10, 1998
by
David Edelsohn
Committed by
David Edelsohn
Nov 10, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rs6000.h (LEGITIMIZE_ADDRESS): Add missing goto on last case.
From-SVN: r23598
parent
b3385ec0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/config/rs6000/rs6000.h
+1
-0
No files found.
gcc/ChangeLog
View file @
fbd2bdda
Tue
Nov
10
17
:
04
:
11
1998
David
Edelsohn
<
edelsohn
@mhpcc
.
edu
>
*
rs6000
.
h
(
LEGITIMIZE_ADDRESS
)
:
Add
missing
goto
on
last
case
.
1998
-
11
-
09
Andreas
Schwab
<
schwab
@issan
.
cs
.
uni
-
dortmund
.
de
>
1998
-
11
-
09
Andreas
Schwab
<
schwab
@issan
.
cs
.
uni
-
dortmund
.
de
>
*
dbxout
.
c
:
Check
HAVE_STAB_H
instead
of
HAVE_STABS_H
.
*
dbxout
.
c
:
Check
HAVE_STAB_H
instead
of
HAVE_STABS_H
.
...
...
gcc/config/rs6000/rs6000.h
View file @
fbd2bdda
...
@@ -1997,6 +1997,7 @@ typedef struct rs6000_args
...
@@ -1997,6 +1997,7 @@ typedef struct rs6000_args
rtx reg = gen_reg_rtx (Pmode); \
rtx reg = gen_reg_rtx (Pmode); \
emit_insn (gen_elf_high (reg, (X))); \
emit_insn (gen_elf_high (reg, (X))); \
(X) = gen_rtx_LO_SUM (Pmode, reg, (X)); \
(X) = gen_rtx_LO_SUM (Pmode, reg, (X)); \
goto WIN; \
} \
} \
}
}
...
...
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