diff options
author | Roland McGrath <roland@redhat.com> | 2005-12-05 22:46:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2005-12-05 22:46:21 +0000 |
commit | 994b4899278199fc4d307780dac0ea50b238bc74 (patch) | |
tree | 319952538a8556fa7f4d1ffcb4ae258fc6c47a5b /libdw | |
parent | 038129b11ac71a13ccaf9029122be86d6c532990 (diff) | |
download | android_external_elfutils-994b4899278199fc4d307780dac0ea50b238bc74.tar.gz android_external_elfutils-994b4899278199fc4d307780dac0ea50b238bc74.tar.bz2 android_external_elfutils-994b4899278199fc4d307780dac0ea50b238bc74.zip |
merge of 2cc527e6d8c8ff19dab478f7d12e58f1cfa6d6f5
and 7b542932f3e2947183b45bdbf39d448f457da9fd
Diffstat (limited to 'libdw')
-rw-r--r-- | libdw/ChangeLog | 4 | ||||
-rw-r--r-- | libdw/libdw.map | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog index 4ccaf95a..91edce0d 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,7 @@ +2005-11-25 Roland McGrath <roland@redhat.com> + + * libdw.map: Bump to 0.118; export dwfl_module_register_names. + 2005-11-15 Roland McGrath <roland@redhat.com> * Makefile.am [BUILD_STATIC] (AM_CFLAGS): Add -fpic. diff --git a/libdw/libdw.map b/libdw/libdw.map index 15e5d0ae..98196a9d 100644 --- a/libdw/libdw.map +++ b/libdw/libdw.map @@ -1,5 +1,5 @@ ELFUTILS_0 { }; -ELFUTILS_0.117 { +ELFUTILS_0.118 { global: dwarf_abbrevhaschildren; dwarf_addrdie; @@ -121,6 +121,7 @@ ELFUTILS_0.117 { dwfl_module_getsrc_file; dwfl_module_info; dwfl_module_nextcu; + dwfl_module_register_names; dwfl_module_relocate_address; dwfl_module_relocation_info; dwfl_module_relocations; |