Commit 3cf4513f by Richard Kenner

(TARGET_SWITCHES): Add missing complementary switches:

-mno-stack-check and -mstorem-bug.

From-SVN: r2559
parent df7fef57
......@@ -92,6 +92,8 @@ extern int target_flags;
{"kernel-registers", 16}, \
{"user-registers", -16}, \
{"stack-check", 32}, \
{"no-stack-check", - 32}, \
{"storem-bug", -64}, \
{"no-storem-bug", 64}, \
{"reuse-arg-regs", -128}, \
{"no-reuse-arg-regs", 128}, \
......
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