]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/os/irix/irix5.2/bits/os_defines.h
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 19 May 2002 15:13:03 +0000 (15:13 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 19 May 2002 15:13:03 +0000 (15:13 +0000)
(__glibcpp_long_double_bits, __glibcpp_long_bits): Define.

From-SVN: r53627

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/irix/irix5.2/bits/os_defines.h

index 58fefa053f53d09dab6c2dea4d469a34efc60414..ec8fdc37086015cc9dea836c70f829c02819ad92 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * config/os/irix/irix5.2/bits/os_defines.h
+       (__glibcpp_long_double_bits, __glibcpp_long_bits): Define.
+
 2002-05-19  Paolo Carlini  <pcarlini@unitus.it>
             Jakub Jelinek  <jakub@redhat.com>
 
index 50db680b08ff966e9352d4d9956fb12e3e93e6c9..32055ec6d674bfcfa032eeac612892de884b1e43 100644 (file)
@@ -1,6 +1,6 @@
 // Specific definitions for IRIX  -*- C++ -*-
 
-// Copyright (C) 2001 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
 #define __off64_t off64_t
 #define __ssize_t ssize_t
 
-// GCC does not use thunks on IRIX.
+// GCC does not use thunks on IRIX. 
 #define _G_USING_THUNKS 0
 
+#define __glibcpp_long_double_bits 64
+
+#if __LONG_MAX__ > 2147483647
+#define __glibcpp_long_bits 64
+#endif
+
 #endif
+