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
12fb52cf
Commit
12fb52cf
authored
Jan 25, 2004
by
Michael Hayes
Committed by
Michael Hayes
Jan 25, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/c4x/c4x.h (LEGITIMIZE_RELOAD_ADDRESS): Handle symref.
From-SVN: r76598
parent
fdcf1e1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
gcc/ChangeLog
+4
-0
gcc/config/c4x/c4x.h
+7
-1
No files found.
gcc/ChangeLog
View file @
12fb52cf
2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.h (LEGITIMIZE_RELOAD_ADDRESS): Handle symref.
2003-04-25 Chris Demetriou <cgd@broadcom.com>
2003-04-25 Chris Demetriou <cgd@broadcom.com>
* config/mips/mips.h (ISA_HAS_HILO_INTERLOCKS): MIPS32, MIPS32r2,
* config/mips/mips.h (ISA_HAS_HILO_INTERLOCKS): MIPS32, MIPS32r2,
...
...
gcc/config/c4x/c4x.h
View file @
12fb52cf
...
@@ -1305,7 +1305,7 @@ CUMULATIVE_ARGS;
...
@@ -1305,7 +1305,7 @@ CUMULATIVE_ARGS;
if (! TARGET_SMALL) \
if (! TARGET_SMALL) \
{ \
{ \
int i; \
int i; \
X
= gen_rtx_LO_SUM (GET_MODE (X), \
(X)
= gen_rtx_LO_SUM (GET_MODE (X), \
gen_rtx_HIGH (GET_MODE (X), X), X); \
gen_rtx_HIGH (GET_MODE (X), X), X); \
i = push_reload (XEXP (X, 0), NULL_RTX, \
i = push_reload (XEXP (X, 0), NULL_RTX, \
&XEXP (X, 0), NULL, \
&XEXP (X, 0), NULL, \
...
@@ -1316,6 +1316,12 @@ CUMULATIVE_ARGS;
...
@@ -1316,6 +1316,12 @@ CUMULATIVE_ARGS;
rld[i].reg_rtx = gen_rtx_REG (Pmode, DP_REGNO); \
rld[i].reg_rtx = gen_rtx_REG (Pmode, DP_REGNO); \
rld[i].nocombine = 1; \
rld[i].nocombine = 1; \
} \
} \
else \
{ \
/* make_memloc in reload will substitute invalid memory \
references. We need to fix them up. */
\
(X) = gen_rtx_LO_SUM (Pmode, gen_rtx_REG (Pmode, DP_REGNO), (X)); \
} \
goto WIN; \
goto WIN; \
} \
} \
else if (MODE != HImode \
else if (MODE != HImode \
...
...
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