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
b3de0f1f
Commit
b3de0f1f
authored
Dec 08, 1992
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do LEGITIMIZE_ADDRESS even if not optimizing.
From-SVN: r2851
parent
9bb77117
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/mips/mips.h
+2
-2
No files found.
gcc/config/mips/mips.h
View file @
b3de0f1f
...
@@ -482,7 +482,7 @@ while (0)
...
@@ -482,7 +482,7 @@ while (0)
/* Print subsidiary information on the compiler version in use. */
/* Print subsidiary information on the compiler version in use. */
#define MIPS_VERSION "[AL 1.1, MM 3
0
]"
#define MIPS_VERSION "[AL 1.1, MM 3
1
]"
#ifndef MACHINE_TYPE
#ifndef MACHINE_TYPE
#define MACHINE_TYPE "BSD Mips"
#define MACHINE_TYPE "BSD Mips"
...
@@ -2265,7 +2265,7 @@ __enable_execute_stack (addr) \
...
@@ -2265,7 +2265,7 @@ __enable_execute_stack (addr) \
GO_DEBUG_RTX (xinsn); \
GO_DEBUG_RTX (xinsn); \
} \
} \
\
\
if (GET_CODE (xinsn) == PLUS
&& optimize)
\
if (GET_CODE (xinsn) == PLUS
)
\
{ \
{ \
register rtx xplus0 = XEXP (xinsn, 0); \
register rtx xplus0 = XEXP (xinsn, 0); \
register rtx xplus1 = XEXP (xinsn, 1); \
register rtx xplus1 = XEXP (xinsn, 1); \
...
...
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