Commit 50661623 by Richard Stallman

(TARGET_SWITCHES): For -m68020, -m68000 and

-msoft-float, turn off 01400 bits.

From-SVN: r4695
parent cadb41d5
...@@ -99,13 +99,15 @@ extern int target_flags; ...@@ -99,13 +99,15 @@ extern int target_flags;
An empty string NAME is used to identify the default VALUE. */ An empty string NAME is used to identify the default VALUE. */
#define TARGET_SWITCHES \ #define TARGET_SWITCHES \
{ { "68020", 5}, \ { { "68020", -01400}, \
{ "c68020", -01400}, \
{ "68020", 5}, \
{ "c68020", 5}, \ { "c68020", 5}, \
{ "68881", 2}, \ { "68881", 2}, \
{ "bitfield", 4}, \ { "bitfield", 4}, \
{ "68000", -5}, \ { "68000", -01405}, \
{ "c68000", -5}, \ { "c68000", -01405}, \
{ "soft-float", -0102}, \ { "soft-float", -01102}, \
{ "nobitfield", -4}, \ { "nobitfield", -4}, \
{ "rtd", 8}, \ { "rtd", 8}, \
{ "nortd", -8}, \ { "nortd", -8}, \
...@@ -115,10 +117,10 @@ extern int target_flags; ...@@ -115,10 +117,10 @@ extern int target_flags;
{ "nofpa", -0100}, \ { "nofpa", -0100}, \
{ "sky", 0200}, \ { "sky", 0200}, \
{ "nosky", -0200}, \ { "nosky", -0200}, \
{ "68020-40", 0407}, \ { "68020-40", 0407}, \
{ "68030", -01400}, \ { "68030", -01400}, \
{ "68030", 5}, \ { "68030", 5}, \
{ "68040", 01007}, \ { "68040", 01007}, \
{ "", TARGET_DEFAULT}} { "", TARGET_DEFAULT}}
/* TARGET_DEFAULT is defined in sun*.h and isi.h, etc. */ /* TARGET_DEFAULT is defined in sun*.h and isi.h, etc. */
......
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