aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2016-01-25 21:37:08 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2016-01-25 21:37:08 +0000
commit92e91d03604ab37e7d218b19507765241aae2407 (patch)
tree6c6f94edd5a8b18dad760876893b528816fcf9be /libgcc/config
parentb86e24ea03f06b1531511799ef5e54d95af86b1f (diff)
PR target/69444
* config/rs6000/sfp-machine.h: Fix a typo in #ifndef - __NO_FPRS__ instead of ___NO_FPRS__. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232805 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config')
-rw-r--r--libgcc/config/rs6000/sfp-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/rs6000/sfp-machine.h b/libgcc/config/rs6000/sfp-machine.h
index 91f82ae1f09..b4f35426195 100644
--- a/libgcc/config/rs6000/sfp-machine.h
+++ b/libgcc/config/rs6000/sfp-machine.h
@@ -110,7 +110,7 @@ typedef int __gcc_CMPtype __attribute__ ((mode (__libgcc_cmp_return__)));
floating point on pre-ISA 3.0 machines without the IEEE 128-bit floating
point support. */
-#ifndef ___NO_FPRS__
+#ifndef __NO_FPRS__
#define ISA_BIT(x) (1LL << (63 - x))
/* Use the same bits of the FPSCR. */