* mn10300.h (TARGET_SWITCHES): Document `-mam33'.
From-SVN: r35552
This commit is contained in:
parent
f3d6a3cb21
commit
8e04dd30d1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user