]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Merge branch 'jankratochvil/buildid-bias' into pending
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 17 Oct 2012 20:21:29 +0000 (22:21 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 17 Oct 2012 20:21:29 +0000 (22:21 +0200)
Conflicts:
libdwfl/ChangeLog
libdwfl/dwfl_module_getdwarf.c
tests/ChangeLog
tests/run-addrname-test.sh

1  2 
libdwfl/ChangeLog

index a4fdc182cbdd8856d60020a0f6a56256d57eb4f4,bdd9440f19bd4fccacd9cf120d7e1c29ae687e74..acff9fe56d68ab3ed2e611c144227e25dc33b976
@@@ -1,15 -1,13 +1,20 @@@
  2012-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
  
-       * dwfl_module_getdwarf.c (__libdwfl_getelf): Do not return yet on
-       matching build-id.  Check ELFERR before closing this MOD file.
+       * dwfl_module_getdwarf.c (mod_verify_build_id): New function with code
+       from ...
+       (__libdwfl_getelf): ... here.  Call it.
  
 +2012-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
 +
 +      * linux-proc-maps.c: Include system.h.
 +      (PROCEXEFMT, get_pid_class): New.
 +      (grovel_auxv): Detect 32-bit vs. 64-bit auxv, possibly call
 +      get_pid_class.
 +
+ 2012-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+       * libdwfl.h (dwfl_module_getelf): Add __nonnull_attribute__.
  2012-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
  
        * dwfl_segment_report_module.c (dwfl_segment_report_module):