From e38ff265dab5f9cf6bb7cf00db5c5dce04b43cad Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 28 Feb 2002 17:27:57 -0800 Subject: [PATCH] linker-map.gnu: Export operator new with unsigned long, and with std::nothrow_t. * config/linker-map.gnu: Export operator new with unsigned long, and with std::nothrow_t. Likewise operator delete. From-SVN: r50176 --- libstdc++-v3/ChangeLog | 61 ++++++++++++++++-------------- libstdc++-v3/config/linker-map.gnu | 17 +++++++++ 2 files changed, 50 insertions(+), 28 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d1b2116b289..c47d7f0e1d1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2002-02-28 Richard Henderson + + * config/linker-map.gnu: Export operator new with unsigned long, + and with std::nothrow_t. Likewise operator delete. + 2002-02-28 Paolo Carlini * include/bits/locale_facets.tcc (num_get::_M_extract_int): @@ -65,8 +70,8 @@ 2002-02-22 Philipp Thomas - * include/backward/tempbuf.h: get_temporary_buffer and - return_temporary_buffer are in namespace std, not in __gnu_cxx. + * include/backward/tempbuf.h: get_temporary_buffer and + return_temporary_buffer are in namespace std, not in __gnu_cxx. 2002-02-21 Benjamin Kosnik @@ -122,7 +127,7 @@ 2002-02-18 Peter Schmid * testsuite/22_locale/collate_byname.cc (test01): Replace size4 - with size3 for the string collations of str5. + with size3 for the string collations of str5. 2002-02-18 Paolo Carlini @@ -260,7 +265,7 @@ * include/bits/basic_file.h: Remove. * config/io/c_io_stdio.h: Remove _GLIBCPP_BASIC_FILE_ENCAPSULATION Declare generic types, specialization. - * config/io/basic_file_stdio.cc: Definitions. + * config/io/basic_file_stdio.cc: Definitions. * config/io/c_io_libio.h: Remove _GLIBCPP_BASIC_FILE_INHERITANCE. Declare generic types. * include/Makefile.am (bits_headers): Remove basic_file.h. @@ -342,7 +347,7 @@ (test02): Same. 2002-02-07 Benjamin Kosnik - Wolfgang Bangerth + Wolfgang Bangerth * include/bits/basic_ios.tcc (basic_ios::narrow): Add default value. (basic_ios::widen): Same. @@ -564,7 +569,7 @@ * docs/html/27_io/howto.html: Also link to Langer and Kreft text. 2002-01-28 Paolo Carlini - Charles Leggett + Charles Leggett * testsuite/27_io/filebuf_members.cc (test_05): Add test. @@ -710,7 +715,7 @@ 2002-01-23 Loren Rittle - * config/locale/c_locale_generic.cc: Fix typename usage. + * config/locale/c_locale_generic.cc: Fix typename usage. 2002-01-22 Benjamin Kosnik @@ -899,7 +904,7 @@ * include/Makefile.in: Regenerate. 2002-01-16 Benjamin Kosnik - Peter Schmid + Peter Schmid * include/bits/stl_iterator.h (reverse_iterator::_M_current): Deuglify, should be current. @@ -1125,9 +1130,9 @@ 2002-01-09 Paolo Carlini - * libsupc++/exception (bad_exception): Add comment. - * libsupc++/new (bad_alloc): Same. - * libsupc++/typeinfo (bad_cast, bad_typeid): Same. + * libsupc++/exception (bad_exception): Add comment. + * libsupc++/new (bad_alloc): Same. + * libsupc++/typeinfo (bad_cast, bad_typeid): Same. 2002-01-09 Paolo Carlini @@ -1161,8 +1166,8 @@ 2002-01-08 Benjamin Kosnik - libstdc++/2913 - libstdc++/4879 + libstdc++/2913 + libstdc++/4879 * include/bits/fstream.tcc (filebuf::_M_really_overflow): Test return value of _M_file->sync(). (filebuf::showmanyc): Check for is_open. @@ -1343,25 +1348,25 @@ * include/bits/stl_numeric.h (power + helpers, iota): Move to... * include/ext/numeric: ...here, new file. - * include/bits/stl_function.h (identity_element, unary_compose, + * include/bits/stl_function.h (identity_element, unary_compose, binary_compose, compose1, compose2, identity, select1st, select2nd, project1st + helper, project2nd + helper, constant_void_fun + helper, constant_unary_fun + helper, costant_binary_fun + helper, constant0, constant1, constant2, subtractive_rng, mem_fun1, mem_fun1_ref): Move to... - * include/ext/functional: ...here, new file. - * include/Makefile.am (ext_headers): Add new files. - * include/Makefile.in: Regenerate. - * testsuite/ext/headers.cc: Include and + * include/ext/functional: ...here, new file. + * include/Makefile.am (ext_headers): Add new files. + * include/Makefile.in: Regenerate. + * testsuite/ext/headers.cc: Include and . * include/backward/algo.h: Include , tweak. * include/backward/function.h: Include , tweak. - * include/ext/ropeimpl.h: Include . + * include/ext/ropeimpl.h: Include . 2002-01-03 Jeffrey A Law - * config/os/hpux/bits/os_defines.h: Prefix __strtoll and - __strtoull declarations with __extension__. + * config/os/hpux/bits/os_defines.h: Prefix __strtoll and + __strtoull declarations with __extension__. 2002-01-03 David Billinghurst @@ -1384,15 +1389,15 @@ * include/bits/stl_algobase.h (copy_n + helpers, lexicographical_compare_3way + helpers): Move to... * include/ext/algorithm: ...here. - * include/bits/stl_uninitialized.h (uninitialized_copy_n + - helpers): Move to... - * include/ext/memory: ...here, new file. - * include/Makefile.am (ext_headers): Add new file. - * include/Makefile.in: Regenerate. - * testsuite/ext/headers.cc: Include . + * include/bits/stl_uninitialized.h (uninitialized_copy_n + + helpers): Move to... + * include/ext/memory: ...here, new file. + * include/Makefile.am (ext_headers): Add new file. + * include/Makefile.in: Regenerate. + * testsuite/ext/headers.cc: Include . * include/backward/algobase.h: Include and , tweak. - * include/ext/ropeimpl.h: Include , tweak. + * include/ext/ropeimpl.h: Include , tweak. * include/ext/stl_rope.h: Include , tweak. 2002-01-01 Roger Sayle diff --git a/libstdc++-v3/config/linker-map.gnu b/libstdc++-v3/config/linker-map.gnu index 46702a4c82d..e0f3f8800af 100644 --- a/libstdc++-v3/config/linker-map.gnu +++ b/libstdc++-v3/config/linker-map.gnu @@ -37,17 +37,34 @@ GLIBCPP_3.1 { }; # Names not in an 'extern' block are mangled names. + # operator new(unsigned) _Znwj; + # operator new(unsigned, std::nothrow_t const&) + _ZnwjRKSt9nothrow_t; + # operator new(unsigned long) + _Znwm; + # operator new(unsigned long, std::nothrow_t const&) + _ZnwmRKSt9nothrow_t; # operator delete(void*) _ZdlPv; + # operator delete(void*, std::nothrow_t const&) + _ZdlPvRKSt9nothrow_t; # operator new[](unsigned) _Znaj; + # operator new[](unsigned, std::nothrow_t const&) + _ZnajRKSt9nothrow_t; + # operator new[](unsigned long) + _Znam; + # operator new[](unsigned long, std::nothrow_t const&) + _ZnamRKSt9nothrow_t; # operator delete[](void*) _ZdaPv; + # operator delete[](void*, std::nothrow_t const&) + _ZdaPvRKSt9nothrow_t; # vtable _ZTV*; -- 2.30.2