* config/os/irix/irix5.2/bits/os_defines.h
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 3 May 2002 04:01:58 +0000 (04:01 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 3 May 2002 04:01:58 +0000 (04:01 +0000)
(__glibcpp_long_double_bits, __glibcpp_long_bits): Define.

From-SVN: r53077

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

index 98452e0d58d2db52d91b356313dc266831235881..708fe08634b20063f42855c6a5bbcb4a1bac4df2 100644 (file)
@@ -1,5 +1,8 @@
 2002-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
+       * config/os/irix/irix5.2/bits/os_defines.h
+       (__glibcpp_long_double_bits, __glibcpp_long_bits): Define.
+
        * config/os/irix/irix5.2/bits/ctype_inline.h: Cast to unsigned
        char.
 
index 50db680b08ff966e9352d4d9956fb12e3e93e6c9..1a9eeca68e2e5e07049cea427bba20356f0ba48c 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
 // 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