summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d73f096..35f2387d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
Version 0.158
libdwfl: dwfl_core_file_report has new parameter executable.
+ New function dwfl_module_getsymtab_first_global.
Version 0.157