(TARGET_SWITCHES): Fix typo.
authorTorbjorn Granlund <tege@gnu.org>
Wed, 19 Apr 1995 21:49:24 +0000 (21:49 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Wed, 19 Apr 1995 21:49:24 +0000 (21:49 +0000)
From-SVN: r9419

gcc/config/pa/pa.h

index f6d8c83..0ae1c80 100644 (file)
@@ -123,7 +123,7 @@ extern int target_flags;
    {"pa-risc-1-0", -1},                \
    {"pa-risc-1-1", 1},         \
    {"disable-fpregs", 2},      \
-   {"no-disable-fpregs", 2},   \
+   {"no-disable-fpregs", -2},  \
    {"fast-indirect-calls", 4}, \
    {"no-fast-indirect-calls", -4},\
    {"jump-in-delay", 8},       \