]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Fix typo in dwfl_module_getdwarf.c (find_symtab).
authorMark Wielaard <mjw@redhat.com>
Thu, 12 Sep 2013 09:27:56 +0000 (11:27 +0200)
committerMark Wielaard <mjw@redhat.com>
Thu, 12 Sep 2013 09:28:00 +0000 (11:28 +0200)
commit2e73a8aec03499cda880db667e2570ebc0dd6810
tree2d5c3212b2217c379c9bb6016575af6a9b2564d5
parent6e6e54e12a30b70929d9465fae3dc601684a8794
Fix typo in dwfl_module_getdwarf.c (find_symtab).

Call elf_getdata with aux_xndxscn, not xndxscn, for aux_symxndxdata.
This was a copy/paste error from the code just above for symxndxdata.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
libdwfl/ChangeLog
libdwfl/dwfl_module_getdwarf.c