]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 478837 - valgrind fails to read debug info for rust binaries
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 22 Dec 2023 18:59:56 +0000 (19:59 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 22 Dec 2023 18:59:56 +0000 (19:59 +0100)
commit171eaee3bd3f83d2d8de363711ffeb27a18ef940
tree6b5ddd4e8cff36111ffb598befecbc8f7c8e05c7
parentd35005cef8ad8207542738812705ceabf137d7e0
Bug 478837 - valgrind fails to read debug info for rust binaries

mold produces binaries with non-contiguous .rodata and .rodata.xxx
sections. The code that merges their addresses can only handle 1
rodata which means only contiguous sections can be merged.

Since this now seems to be a "normal" case I've changed the warning
message to be a SYMTAB_TRACE message.
NEWS
coregrind/m_debuginfo/readelf.c