]> git.ipfire.org Git - thirdparty/elfutils.git/commit
src/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 10 Oct 2012 20:27:58 +0000 (22:27 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 12 Oct 2012 18:54:20 +0000 (20:54 +0200)
commit4bdbb6716d99a82ded1c56a93165a095c9f96404
tree7852c06c733ba1d90ace86425b3deefd4acc5f1d
parent82ed98ac0e471c43d88e27e6b9c6e6f44e74d6cf
src/
2012-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>

* readelf.c (ITEM_WRAP_COLUMN, REGISTER_WRAP_COLUMN): Merge to ...
(WRAP_COLUMN): ... here.
(print_core_item): Remove parameter format_max.  Update function
comment.  Replace FORMAT_MAX by the real output width.
(handle_core_item): Remove the FORMAT_MAX values in TYPES, DO_TYPE,
calls of print_core_item, remove variable maxfmt, change
ITEM_WRAP_COLUMN to WRAP_COLUMN.
(handle_core_register): Remove the FORMAT_MAX values in TYPES, BITS,
calls of print_core_item, change REGISTER_WRAP_COLUMN to WRAP_COLUMN.

backends/
2012-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>

* linux-core-note.c (prstatus_items): Rename groups of sigpend and
sighold to signal2 and signal3.

Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
backends/ChangeLog
backends/linux-core-note.c
src/ChangeLog
src/readelf.c