mirror of git://gcc.gnu.org/git/gcc.git
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: r52838
This commit is contained in:
parent
0a32c5ea4a
commit
82f637d15d
|
|
@ -1,3 +1,10 @@
|
||||||
|
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.
|
||||||
|
|
||||||
2002-04-26 Paolo Carlini <pcarlini@unitus.it>
|
2002-04-26 Paolo Carlini <pcarlini@unitus.it>
|
||||||
|
|
||||||
* include/bits/basic_string.h (replace(__pos, __n1, __s, __n2):
|
* include/bits/basic_string.h (replace(__pos, __n1, __s, __n2):
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Specific definitions for Solaris 2.5 -*- C++ -*-
|
// 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
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
|
|
@ -39,7 +39,4 @@
|
||||||
#define __off64_t off64_t
|
#define __off64_t off64_t
|
||||||
#define __ssize_t ssize_t
|
#define __ssize_t ssize_t
|
||||||
|
|
||||||
// Without this all the libio vtbls are offset wrongly.
|
|
||||||
#define _G_USING_THUNKS 0
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Specific definitions for Solaris 2.6 -*- C++ -*-
|
// 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
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
|
|
@ -39,7 +39,4 @@
|
||||||
#define __off64_t off64_t
|
#define __off64_t off64_t
|
||||||
#define __ssize_t ssize_t
|
#define __ssize_t ssize_t
|
||||||
|
|
||||||
// Without this all the libio vtbls are offset wrongly.
|
|
||||||
#define _G_USING_THUNKS 0
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Specific definitions for Solaris 7,8 -*- C++ -*-
|
// 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
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
|
|
@ -39,11 +39,9 @@
|
||||||
#define __off64_t off64_t
|
#define __off64_t off64_t
|
||||||
#define __ssize_t ssize_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__)
|
#if defined(__sparcv9) || defined(__arch64__)
|
||||||
#define __glibcpp_long_bits 64
|
#define __glibcpp_long_bits 64
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue