Commit 0870a490 by Benjamin Kosnik

linker-map.gnu: Change CXXABI_1 to CXXABI_1.2, GLIBCPP_3.1 to GLIBCPP_3.2.


2002-08-01  Benjamin Kosnik  <bkoz@redhat.com>
	    Jakub Jelinek  <jakub@redhat.com>

	* config/linker-map.gnu: Change CXXABI_1 to CXXABI_1.2,
	GLIBCPP_3.1 to GLIBCPP_3.2.

From-SVN: r55938
parent 5c60970a
2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
Jakub Jelinek <jakub@redhat.com>
* config/linker-map.gnu: Change CXXABI_1 to CXXABI_1.2,
GLIBCPP_3.1 to GLIBCPP_3.2.
2002-07-31 Benjamin Kosnik <bkoz@redhat.com> 2002-07-31 Benjamin Kosnik <bkoz@redhat.com>
Mark Mitchell <mark@codesourcery.com> Mark Mitchell <mark@codesourcery.com>
...@@ -105,7 +111,7 @@ ...@@ -105,7 +111,7 @@
2002-07-26 Phil Edwards <pme@gcc.gnu.org> 2002-07-26 Phil Edwards <pme@gcc.gnu.org>
* libsupc++/new (placement delete): Remove unused paramater names. * libsupc++/new (placement delete): Remove unused parameter names.
2002-07-25 Benjamin Kosnik <bkoz@redhat.com> 2002-07-25 Benjamin Kosnik <bkoz@redhat.com>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
## USA. ## USA.
GLIBCPP_3.1 { GLIBCPP_3.2 {
global: global:
...@@ -97,7 +97,7 @@ GLIBCPP_3.1 { ...@@ -97,7 +97,7 @@ GLIBCPP_3.1 {
# Symbols in the support library (libsupc++) have their own tag. # Symbols in the support library (libsupc++) have their own tag.
CXXABI_1 { CXXABI_1.2 {
global: global:
__cxa_*; __cxa_*;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment