(TARGET_SWITCHES): Add missing complementary switches:
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 22 Oct 1992 18:17:18 +0000 (14:17 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 22 Oct 1992 18:17:18 +0000 (14:17 -0400)
-mno-stack-check and -mstorem-bug.

From-SVN: r2559

gcc/config/a29k/a29k.h

index 882a5bd..68e171f 100644 (file)
@@ -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},                \