]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Revert commit made on wrong branch.
authorRoland McGrath <roland@redhat.com>
Thu, 28 Jul 2005 01:02:55 +0000 (01:02 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 28 Jul 2005 01:02:55 +0000 (01:02 +0000)
libdw/ChangeLog
libdw/libdw.map

index 81b928586d1c493630dda4b96bce406e533acb6c..28c582adaec90562c211ef9437764c4cc3f8858a 100644 (file)
@@ -1,8 +1,3 @@
-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 5c713e8e35da4e3cebc47c5f7dbc139b5ffdb44a..ed3c989abe37f33c1e685a5070e9bb782faff9e8 100644 (file)
@@ -1,5 +1,4 @@
-ELFUTILS_0 { };
-ELFUTILS_0.111 {
+ELFUTILS_1.0 {
   global:
     dwarf_abbrevhaschildren;
     dwarf_addrdie;
@@ -90,4 +89,4 @@ ELFUTILS_0.111 {
 
   local:
     *;
-} ELFUTILS_0;
+};