summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-11-16 17:30:01 +0100
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-11-16 17:30:01 +0100
commit82cdb0a256b89beb563d6b2ee0d8f8bc5bd1e0b0 (patch)
tree51a162cf978e554d51c7a180ceeacc19bb283d84
parentb87d68ce2bb84f02b36cdc9040c7966c30891ff2 (diff)
parent02d61ee510a4fab8b2860505e3a8fb3b32779670 (diff)
downloadelfutils-82cdb0a256b89beb563d6b2ee0d8f8bc5bd1e0b0.tar.gz
Merge branch 'jankratochvil/auxv32' into jankratochvil/forunwind
Conflicts: libdwfl/ChangeLog
-rw-r--r--libdwfl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index 2a83077c..914d69d9 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -18,6 +18,13 @@
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