]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Merge from the trunk, a bunch of changes to fix ELF segment mapping
authorJulian Seward <jseward@acm.org>
Mon, 26 Jan 2009 13:02:16 +0000 (13:02 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 26 Jan 2009 13:02:16 +0000 (13:02 +0000)
commit971c52d48c08fb06d37218f115dba4d882947944
treeacc845de89c930625a2751e13e959507e0f14cce
parentae393011f39e358ed82764bda7f48b9ac2e7424f
Merge from the trunk, a bunch of changes to fix ELF segment mapping
and bias computation problems:

9020  Improve detection of where ELF sections have been mapped
9021  Don't assume that all global variables are in the data section
9022  Removed unused round_Addr_upwards function.
9024  Handle the rodata and sbss sections
9025  Accept zero size text segments.
9026  Don't worry about an unmapped, zero sized, bss segment.
9053  Fix aix5 build breakage following r9021.

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_4_BRANCH@9067
coregrind/m_debuginfo/d3basics.c
coregrind/m_debuginfo/debuginfo.c
coregrind/m_debuginfo/priv_d3basics.h
coregrind/m_debuginfo/priv_storage.h
coregrind/m_debuginfo/readdwarf.c
coregrind/m_debuginfo/readdwarf3.c
coregrind/m_debuginfo/readelf.c
coregrind/m_debuginfo/readxcoff.c
coregrind/m_debuginfo/storage.c
coregrind/m_debuginfo/tytypes.c