diff options
| author | Mark Wielaard <[email protected]> | 2013-12-16 13:28:59 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2013-12-16 15:27:27 +0100 |
| commit | 14c2d9e614cb0e3fd50ad757eaba686b37699580 (patch) | |
| tree | 039e7c4b73d00403f66b642e4bfbc43dd2117330 /libdw/ChangeLog | |
| parent | e6e6cc83ea27413facb310ce48bebb1579a47130 (diff) | |
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 <[email protected]>
Diffstat (limited to 'libdw/ChangeLog')
| -rw-r--r-- | libdw/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog index aa7b9ca4..8b1e2c08 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,7 @@ +2013-12-16 Mark Wielaard <[email protected]> + + * libdw.map (ELFUTILS_0.158): Add dwfl_module_getsymtab_first_global. + 2013-12-10 Josh Stone <[email protected]> * memory-access.h (get_uleb128_rest_return): Removed. |
