aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1995-04-19 21:49:24 +0000
committerTorbjorn Granlund <tege@gnu.org>1995-04-19 21:49:24 +0000
commita01408abbe4b7e5a70e423efd8228fb78e9fae11 (patch)
treee8147077b58384c6d256ebcdac62f8ac9ff8d13f /gcc
parent43f2999d1da07cb6f487524991d85ac74ed733d5 (diff)
downloadgcc-a01408abbe4b7e5a70e423efd8228fb78e9fae11.zip
gcc-a01408abbe4b7e5a70e423efd8228fb78e9fae11.tar.gz
gcc-a01408abbe4b7e5a70e423efd8228fb78e9fae11.tar.bz2
(TARGET_SWITCHES): Fix typo.
From-SVN: r9419
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/pa/pa.h2
1 files changed, 1 insertions, 1 deletions
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}, \