]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Rewrite DWARF string functions using known-dwarf macros.
authorMark Wielaard <mjw@redhat.com>
Thu, 16 Aug 2012 22:35:03 +0000 (00:35 +0200)
committerMark Wielaard <mjw@redhat.com>
Fri, 17 Aug 2012 09:27:30 +0000 (11:27 +0200)
commitf31c4418be5bce6f0dd448cf07fc1092e5a7e1d2
tree7019a7ca1181e2048ad7667f450b39dd8d278227
parentd83f1324c33a138f16da5f0fbba89ea45f4811d5
Rewrite DWARF string functions using known-dwarf macros.

readelf and tests were using hard coded string tables to produce DWARF
string constants. Use the known-dwarf macros to redefine these and
reduce code. Technique comes from dwarf branch dwarfstrings.c.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
libdw/ChangeLog
libdw/Makefile.am
libdw/dwarf.h
src/ChangeLog
src/readelf.c
tests/ChangeLog
tests/allregs.c
tests/run-readelf-dwz-multi.sh
tests/show-die-info.c