Commit 8e04dd30 by Nick Clifton Committed by Alexandre Oliva

* mn10300.h (TARGET_SWITCHES): Document `-mam33'.

From-SVN: r35552
parent f3d6a3cb
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
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment