summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-01 17:25:56 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-01 17:25:56 +0000
commit2232fc7cd8e2a2f6a82bbf2d272e1a62e5f57f1f (patch)
tree17bc9af7829950b28d1e3a97dec21f84693a1c6f
parentb30a1d01b0a98705be1fe4905d097f5ee58352dd (diff)
downloadgcc-2232fc7cd8e2a2f6a82bbf2d272e1a62e5f57f1f.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55938 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog8
-rw-r--r--libstdc++-v3/config/linker-map.gnu4
2 files changed, 9 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index d051b436b91..e63ff89c426 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+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>
Mark Mitchell <mark@codesourcery.com>
@@ -105,7 +111,7 @@
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>
diff --git a/libstdc++-v3/config/linker-map.gnu b/libstdc++-v3/config/linker-map.gnu
index 2a55bb2e463..d4346b1c660 100644
--- a/libstdc++-v3/config/linker-map.gnu
+++ b/libstdc++-v3/config/linker-map.gnu
@@ -21,7 +21,7 @@
## USA.
-GLIBCPP_3.1 {
+GLIBCPP_3.2 {
global:
@@ -97,7 +97,7 @@ GLIBCPP_3.1 {
# Symbols in the support library (libsupc++) have their own tag.
-CXXABI_1 {
+CXXABI_1.2 {
global:
__cxa_*;