]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
os_defines.h: Remove _G_USING_THUNKS.
authorBenjamin Kosnik <bkoz@redhat.com>
Sat, 18 May 2002 14:51:46 +0000 (14:51 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sat, 18 May 2002 14:51:46 +0000 (14:51 +0000)
2002-04-27  Benjamin Kosnik  <bkoz@redhat.com>

* config/os/solaris/solaris2.5/bits/os_defines.h: Remove
_G_USING_THUNKS.
* config/os/solaris/solaris2.6/bits/os_defines.h: Same.
* config/os/solaris/solaris2.7/bits/os_defines.h: Same.

From-SVN: r53588

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/solaris/solaris2.5/bits/os_defines.h
libstdc++-v3/config/os/solaris/solaris2.6/bits/os_defines.h
libstdc++-v3/config/os/solaris/solaris2.7/bits/os_defines.h

index 994377a35c4f01bb42e40d0428f67fb17a3ce51e..21f58fdb6e02c9c084244b12aafe11b33c86b90e 100644 (file)
@@ -1,3 +1,10 @@
+2002-05-18  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * config/os/solaris/solaris2.5/bits/os_defines.h: Remove
+       _G_USING_THUNKS.
+       * config/os/solaris/solaris2.6/bits/os_defines.h: Same.
+       * config/os/solaris/solaris2.7/bits/os_defines.h: Same.
+
 2002-05-18  Benjamin Kosnik  <bkoz@redhat.com>
 
        * docs/html/17_intro/RELEASE-NOTES (New): Update.
index 145ae66bf95d22e04285726462fc62175dc36df3..a9be0bf90b45ededc5dd8cca6fc7759477f5c5d1 100644 (file)
@@ -1,6 +1,6 @@
 // Specific definitions for Solaris 2.5  -*- C++ -*-
 
-// Copyright (C) 2000 Free Software Foundation, Inc.
+// Copyright (C) 2000, 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
@@ -39,7 +39,4 @@
 #define __off64_t   off64_t
 #define __ssize_t   ssize_t
 
-// Without this all the libio vtbls are offset wrongly.
-#define _G_USING_THUNKS 0
-
 #endif
index 7aa9a7e8c62d95e0eaa247989034934c2fe2d906..aa9ecd687a7269cd6cad9f02e2d8d1c2498ecc32 100644 (file)
@@ -1,6 +1,6 @@
 // Specific definitions for Solaris 2.6  -*- C++ -*-
 
-// Copyright (C) 2000 Free Software Foundation, Inc.
+// Copyright (C) 2000, 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
@@ -39,7 +39,4 @@
 #define __off64_t   off64_t
 #define __ssize_t   ssize_t
 
-// Without this all the libio vtbls are offset wrongly.
-#define _G_USING_THUNKS 0
-
 #endif
index 356c55c19544ee5b339c15e4e9ad108fdd1a41a5..2f21fd4e89a2aa6a1546461a3603b442121d3027 100644 (file)
@@ -1,6 +1,6 @@
 // Specific definitions for Solaris 7,8  -*- C++ -*-
 
-// Copyright (C) 2000 Free Software Foundation, Inc.
+// Copyright (C) 2000, 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
 
-// Without this all the libio vtbls are offset wrongly.
-#define _G_USING_THUNKS 0
-
 #if defined(__sparcv9) || defined(__arch64__)
 #define __glibcpp_long_bits 64
 #endif
 
 #endif
+