]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Merge branch 'jankratochvil/auxv32' into jankratochvil/forunwind
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 16 Nov 2012 16:30:01 +0000 (17:30 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 16 Nov 2012 16:30:01 +0000 (17:30 +0100)
Conflicts:
libdwfl/ChangeLog

1  2 
libdwfl/ChangeLog

index 2a83077c48aa5202e4f961811ce582c272b9ccea,824daf19c5d737f9d6636f3d87d37a7d2a1db217..914d69d9a426d13d197a4770a2ce34ead1b3b48c
@@@ -1,23 -1,10 +1,30 @@@
 +2012-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
 +
 +      * dwfl_report_elf.c (__libdwfl_report_elf): Remove BASE aligning.
 +
 +2012-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
 +
 +      * dwfl_report_elf.c (__libdwfl_report_elf): Simplify START and BIAS
 +      calculation.
 +
 +2012-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
 +
 +      * argp-std.c (offline_find_elf): New function.
 +      (offline_callbacks): Use it for FIND_ELF.
 +      (struct parse_opt): New.
 +      (parse_opt): New KEY ARGP_KEY_INIT.  In other make HOOK struct
 +      parse_opt pointer from former Dwfl pointer.  Delay 'e and OPT_COREFILE
 +      processing till ARGP_KEY_SUCCESS.  Initialize state->INPUT already from
 +      ARGP_KEY_SUCCESS.  Modify the cleanup in ARGP_KEY_ERROR.  Make the final state->INPUT initialization optional.
 +      * libdwfl.h (dwfl_standard_argp): Extend the comment for USERDATA.
 +
+ 2012-10-27  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>
  
        * dwfl_module_getdwarf.c (mod_verify_build_id): New function with code