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
8e04dd30
Commit
8e04dd30
authored
Aug 07, 2000
by
Nick Clifton
Committed by
Alexandre Oliva
Aug 07, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mn10300.h (TARGET_SWITCHES): Document `-mam33'.
From-SVN: r35552
parent
f3d6a3cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/mn10300/mn10300.h
+3
-3
No files found.
gcc/ChangeLog
View file @
8e04dd30
2000-08-07 Nick Clifton <nickc@cygnus.com>
* mn10300.h (TARGET_SWITCHES): Document `-mam33'.
2000-08-07 Graham Stott <grahams@cygnus.co.uk>
2000-08-07 Graham Stott <grahams@cygnus.co.uk>
* mn10300.md: Use nonimmediate_operand instead of general_operand
* mn10300.md: Use nonimmediate_operand instead of general_operand
...
...
gcc/config/mn10300/mn10300.h
View file @
8e04dd30
...
@@ -55,9 +55,9 @@ extern int target_flags;
...
@@ -55,9 +55,9 @@ extern int target_flags;
#define TARGET_SWITCHES \
#define TARGET_SWITCHES \
{{ "mult-bug", 0x1, N_("Work around hardware multiply bug")}, \
{{ "mult-bug", 0x1, N_("Work around hardware multiply bug")}, \
{ "no-mult-bug", -0x1, N_("Do not work around hardware multiply bug")},\
{ "no-mult-bug", -0x1, N_("Do not work around hardware multiply bug")},\
{ "am33", 0x2,
0
}, \
{ "am33", 0x2,
N_("Target the AM33 processor")
}, \
{ "am33", -(0x1),
0
},\
{ "am33", -(0x1),
""
},\
{ "no-am33", -0x2,
0
}, \
{ "no-am33", -0x2,
""
}, \
{ "", TARGET_DEFAULT, NULL}}
{ "", TARGET_DEFAULT, NULL}}
#ifndef 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