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
04d02ece
Commit
04d02ece
authored
Mar 26, 1998
by
J"orn Rennecke
Committed by
Joern Rennecke
Mar 26, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sh.h (OPTIMIZATION_OPTIONS): Define.
From-SVN: r18837
parent
6f28d3e9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.h
+6
-0
No files found.
gcc/ChangeLog
View file @
04d02ece
Thu Mar 26 17:34:46 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* sh.h (OPTIMIZATION_OPTIONS): Define.
Thu Mar 26 00:19:47 1998 Richard Henderson <rth@cygnus.com>
* combine.c (make_compound_operation): Simplify (subreg (*_extend) 0).
...
...
gcc/config/sh/sh.h
View file @
04d02ece
...
...
@@ -160,6 +160,12 @@ extern int target_flags;
#define PRESERVE_DEATH_INFO_REGNO_P(regno) (TARGET_RELAX || optimize)
#define OPTIMIZATION_OPTIONS(LEVEL,SIZE) \
do { \
if (SIZE) \
target_flags |= SPACE_BIT; \
} while (0)
#define ASSEMBLER_DIALECT 0
/* will allow to distinguish b[tf].s and b[tf]/s . */
#define OVERRIDE_OPTIONS \
do { \
...
...
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