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

From-SVN: r35552
This commit is contained in:
Nick Clifton 2000-08-07 11:35:06 +00:00 committed by Alexandre Oliva
parent f3d6a3cb21
commit 8e04dd30d1
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2000-08-07 Nick Clifton <nickc@cygnus.com>
* mn10300.h (TARGET_SWITCHES): Document `-mam33'.
2000-08-07 Graham Stott <grahams@cygnus.co.uk>
* mn10300.md: Use nonimmediate_operand instead of general_operand

View File

@ -55,9 +55,9 @@ extern int target_flags;
#define TARGET_SWITCHES \
{{ "mult-bug", 0x1, N_("Work around hardware multiply bug")}, \
{ "no-mult-bug", -0x1, N_("Do not work around hardware multiply bug")},\
{ "am33", 0x2, 0}, \
{ "am33", -(0x1), 0},\
{ "no-am33", -0x2, 0}, \
{ "am33", 0x2, N_("Target the AM33 processor")}, \
{ "am33", -(0x1), ""},\
{ "no-am33", -0x2, ""}, \
{ "", TARGET_DEFAULT, NULL}}
#ifndef TARGET_DEFAULT