]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
disapproval of revision f77b4caa6afc865a5be602699e3139ac76ab2c22
authorRoland McGrath <roland@redhat.com>
Thu, 28 Jul 2005 06:20:53 +0000 (06:20 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 28 Jul 2005 06:20:53 +0000 (06:20 +0000)
libdw/ChangeLog
libdw/libdw.map

index 28c582adaec90562c211ef9437764c4cc3f8858a..81b928586d1c493630dda4b96bce406e533acb6c 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-27  Roland McGrath  <roland@redhat.com>
+
+       * libdw.map: Define an empty base version and move all symbols to
+       version ELFUTILS_0.111; don't define ELFUTILS_1.0 at all yet.
+
 2005-07-23  Ulrich Drepper  <drepper@redhat.com>
 
        * dwarf_error.c: Add internal alias for dwarf_errno.
index ed3c989abe37f33c1e685a5070e9bb782faff9e8..5c713e8e35da4e3cebc47c5f7dbc139b5ffdb44a 100644 (file)
@@ -1,4 +1,5 @@
-ELFUTILS_1.0 {
+ELFUTILS_0 { };
+ELFUTILS_0.111 {
   global:
     dwarf_abbrevhaschildren;
     dwarf_addrdie;
@@ -89,4 +90,4 @@ ELFUTILS_1.0 {
 
   local:
     *;
-};
+} ELFUTILS_0;