os_defines.h: Remove _G_USING_THUNKS.

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
This commit is contained in:
Benjamin Kosnik 2002-05-18 14:51:46 +00:00 committed by Benjamin Kosnik
parent a669f818b3
commit 10eb95ec5d
4 changed files with 11 additions and 12 deletions

View 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.

View 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

View 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

View 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
@ -39,11 +39,9 @@
#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