]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
libdwfl.map: Add dwfl_getmodules.
authorRoland McGrath <roland@redhat.com>
Thu, 28 Jul 2005 00:44:29 +0000 (00:44 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 28 Jul 2005 00:44:29 +0000 (00:44 +0000)
libdwfl/ChangeLog
libdwfl/libdwfl.map

index a4b8732b43d683486242a89d8138e88e041ceef3..7ac74843d33080c94861089c4fb75b2d26b79bd0 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-27  Roland McGrath  <roland@redhat.com>
+
+       * libdwfl.map: Add dwfl_getmodules.
+
 2005-07-23  Ulrich Drepper  <drepper@redhat.com>
 
        * Makefile.am: Fix rules to allow building with mudflap.
index 1cf3d3fe3e48ff1b8419a5f41291d633689bd5a3..6910865db02201dcda61b63a0a39ef92681b45ee 100644 (file)
@@ -8,6 +8,7 @@ ELFUTILS_1.0 {
     dwfl_errmsg;
     dwfl_errno;
     dwfl_getdwarf;
+    dwfl_getmodules;
     dwfl_getsrc;
     dwfl_linecu;
     dwfl_lineinfo;