Commit bbdd88df by Richard Kenner

(TARGET_SWITCHES): Set MASK_STRING_SET explicitly if -mno-string, so

that it can override the processor default.

From-SVN: r9846
parent 1f5515bf
...@@ -221,6 +221,7 @@ extern int target_flags; ...@@ -221,6 +221,7 @@ extern int target_flags;
{"no-multiple", MASK_MULTIPLE_SET}, \ {"no-multiple", MASK_MULTIPLE_SET}, \
{"string", MASK_STRING | MASK_STRING_SET}, \ {"string", MASK_STRING | MASK_STRING_SET}, \
{"no-string", - MASK_STRING}, \ {"no-string", - MASK_STRING}, \
{"no-string", MASK_STRING_SET}, \
SUBTARGET_SWITCHES \ SUBTARGET_SWITCHES \
{"", TARGET_DEFAULT}} {"", 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