summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2013-12-16 13:28:59 +0100
committerMark Wielaard <mjw@redhat.com>2013-12-16 15:27:27 +0100
commit14c2d9e614cb0e3fd50ad757eaba686b37699580 (patch)
tree039e7c4b73d00403f66b642e4bfbc43dd2117330 /ChangeLog
parente6e6cc83ea27413facb310ce48bebb1579a47130 (diff)
downloadelfutils-14c2d9e614cb0e3fd50ad757eaba686b37699580.tar.gz
libdwfl: Add dwfl_module_getsymtab_first_global.
New function that provides the index after the last non-local symbol as returned by dwfl_module_getsym and dwfl_module_getsym_info. Allows users to first search through all global symbols before searching the local symbols in the table like dwfl_module_addrsym and dwfl_module_addrsym_info do as optimization. Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1a42ee5..334c7694 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-16 Mark Wielaard <mjw@redhat.com>
+
+ * NEWS (libdwfl): Add dwfl_module_getsymtab_first_global.
+
2013-12-09 Josh Stone <jistone@redhat.com>
* .gitignore: Add config/ar-lib, installed due to AM_PROG_AR.