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
8ae4a315
Commit
8ae4a315
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
* mn10300.h (TARGET_SWITCHES): Add documentation.
From-SVN: r25844
parent
d19e73b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gcc/ChangeLog
+1
-0
gcc/config/mn10300/mn10300.h
+2
-2
No files found.
gcc/ChangeLog
View file @
8ae4a315
Thu
Mar
18
22
:
28
:
53
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
mn10300
.
h
(
TARGET_SWITCHES
)
:
Add
documentation
.
*
h8300
.
h
(
TARGET_SWITCHES
)
:
Add
documentation
.
Thu
Mar
18
15
:
58
:
26
1999
Nick
Clifton
<
nickc
@cygnus
.
com
>
...
...
gcc/config/mn10300/mn10300.h
View file @
8ae4a315
...
...
@@ -47,8 +47,8 @@ extern int target_flags;
/* Generate code to work around mul/mulq bugs on the mn10300. */
#define TARGET_MULT_BUG (target_flags & 0x1)
#define TARGET_SWITCHES \
{{ "mult-bug", 0x1}, \
{ "no-mult-bug", -0x1
},
\
{{ "mult-bug", 0x1
, "Work around hardware multiply bug"
}, \
{ "no-mult-bug", -0x1
, "Do not work around hardware multiply bug"},
\
{ "", TARGET_DEFAULT}}
#ifndef TARGET_DEFAULT
...
...
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