From a01408abbe4b7e5a70e423efd8228fb78e9fae11 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Wed, 19 Apr 1995 21:49:24 +0000 Subject: [PATCH] (TARGET_SWITCHES): Fix typo. From-SVN: r9419 --- gcc/config/pa/pa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index f6d8c83..0ae1c80 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -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}, \ -- 2.7.4