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
fbaef11f
Commit
fbaef11f
authored
Apr 01, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r659
parent
f8ffe7dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/ns32k/ns32k.h
+4
-4
No files found.
gcc/config/ns32k/ns32k.h
View file @
fbaef11f
...
...
@@ -854,11 +854,11 @@ __transfer_from_trampoline () \
/* Go to ADDR if X is a valid address not using indexing.
(This much is the easy part.) */
#define GO_IF_INDEXING(X, ADDR) \
#define GO_IF_INDEXING(X,
MODE,
ADDR) \
{ register rtx xfoob = (X); \
if (GET_CODE (xfoob) == PLUS && INDEX_TERM_P (XEXP (xfoob, 0))) \
if (GET_CODE (xfoob) == PLUS && INDEX_TERM_P (XEXP (xfoob, 0)
, MODE
)) \
GO_IF_INDEXABLE_ADDRESS (XEXP (xfoob, 1), ADDR); \
if (GET_CODE (xfoob) == PLUS && INDEX_TERM_P (XEXP (xfoob, 1))) \
if (GET_CODE (xfoob) == PLUS && INDEX_TERM_P (XEXP (xfoob, 1)
, MODE
)) \
GO_IF_INDEXABLE_ADDRESS (XEXP (xfoob, 0), ADDR); } \
#define GO_IF_INDEXABLE_ADDRESS(X, ADDR) \
...
...
@@ -900,7 +900,7 @@ __transfer_from_trampoline () \
else if (CONSTANT_ADDRESS_NO_LABEL_P (XEXP (xfooy, 0)) \
&& GET_CODE (XEXP (xfooy, 1)) == PLUS) \
xfooy = XEXP (xfooy, 1); \
GO_IF_INDEXING (xfooy,
ADDR);
\
GO_IF_INDEXING (xfooy,
MODE, ADDR);
\
} \
else if (INDEX_TERM_P (xfooy, MODE)) \
goto ADDR; \
...
...
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