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
25a533a0
Commit
25a533a0
authored
22 years ago
by
Toshiyasu Morita
Committed by
Kazu Hirata
22 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/h8300/h8300.h (OPTIMIZATION_OPTIONS): New.
From-SVN: r58728
parent
dcffbade
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
gcc/ChangeLog
+4
-0
gcc/config/h8300/h8300.h
+10
-0
No files found.
gcc/ChangeLog
View file @
25a533a0
2002
-
11
-
01
Toshiyasu
Morita
<
toshiyasu
.
morita
@hsa
.
hitachi
.
com
>
*
config
/
h8300
/
h8300
.
h
(
OPTIMIZATION_OPTIONS
)
:
New
.
2002
-
11
-
01
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
config
/
ia64
/
ia64
.
h
(
MASK_INLINE_DIV_LAT
)
:
Remove
.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/h8300/h8300.h
View file @
25a533a0
...
...
@@ -66,6 +66,16 @@ extern const char * const *h8_reg_names;
#define LIB_SPEC "%{mrelax:-relax} %{g:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
#define OPTIMIZATION_OPTIONS(LEVEL, SIZE) \
do \
{ \
/* Basic block reordering is only beneficial on targets with cache \
and/or variable-cycle branches where (cycle count taken != \
cycle count not taken). */
\
flag_reorder_blocks = 0; \
} \
while (0)
/* Print subsidiary information on the compiler version in use. */
#define TARGET_VERSION fprintf (stderr, " (Hitachi H8/300)");
...
...
This diff is collapsed.
Click to expand it.
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