]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Avoid using direct access to read multi-byte values from DWARF files
authorTom Hughes <tom@compton.nu>
Sun, 2 Oct 2011 10:49:35 +0000 (10:49 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 2 Oct 2011 10:49:35 +0000 (10:49 +0000)
commit8ecff4c13391ef55d92748e579a6411e74769eaa
tree0ee9e359611b2b6ee527be2f1cf51056f10b0855
parentc5b862917131c676a8e145162a2412556f689b32
Avoid using direct access to read multi-byte values from DWARF files
and use read_Type routines instead as they work rather better on strict
aligned (or semi-strict a la ARM) machines. Fixes #282527.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12083
coregrind/m_debuginfo/readdwarf.c