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
d19e73b8
Commit
d19e73b8
authored
Mar 18, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Mar 18, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* h8300.h (TARGET_SWITCHES): Add documentation.
From-SVN: r25843
parent
a2c74a79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
gcc/ChangeLog
+4
-0
gcc/config/h8300/h8300.h
+12
-12
No files found.
gcc/ChangeLog
View file @
d19e73b8
Thu
Mar
18
22
:
28
:
53
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
h8300
.
h
(
TARGET_SWITCHES
)
:
Add
documentation
.
Thu
Mar
18
15
:
58
:
26
1999
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
loop
.
c
(
strength_reduce
)
:
Do
not
perform
pseudo
replacements
...
...
gcc/config/h8300/h8300.h
View file @
d19e73b8
...
...
@@ -98,18 +98,18 @@ extern int target_flags;
An empty string NAME is used to identify the default VALUE. */
#define TARGET_SWITCHES \
{ {"s",
1
}, \
{"no-s",
-1
}, \
{"int32",
8
}, \
{"addresses",
64 },
\
{"quickcall",
128
}, \
{"no-quickcall",
-128},
\
{"slowbyte",
256},
\
{"relax",
1024
}, \
{"rtl-dump",
2048},
\
{"h",
4096},
\
{"no-h",
-4096
}, \
{"align-300",
8192},
\
{ {"s",
1, "Generate H8/S code"
}, \
{"no-s",
-1, "Do not generate H8/S code"
}, \
{"int32",
8, "Make integers 32 bits wide"
}, \
{"addresses",
64, NULL},
\
{"quickcall",
128, "Use registers for argument passing"
}, \
{"no-quickcall",
-128, "Do not use registers for argument passing"},
\
{"slowbyte",
256, "Consider access to byte sized memory slow"},
\
{"relax",
1024, "Enable linker relaxing"
}, \
{"rtl-dump",
2048, NULL},
\
{"h",
4096, "Generate H8/300H code"},
\
{"no-h",
-4096, "Do not generate H8/300H code"
}, \
{"align-300",
8192, "Use H8/300 alignment rules"},
\
{ "", TARGET_DEFAULT}}
/* Do things that must be done once at start up. */
...
...
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