|
From: Matthias S. <zz...@ge...> - 2015-10-10 11:57:20
Attachments:
valgrind-3.6.0-local-labels.patch
|
Hi! I found this patch in the gentoo package. it changes the inline asm in m_libcassert.c to use local labels instead of global ones. If the compiler duplicates the code it will not link otherwise. The patch can be applied against latest trunk, but I could not test it as I have no ppc. Regards Matthias |
|
From: Florian K. <fl...@ei...> - 2015-10-12 20:16:12
|
Patch applied as r15701. I also fixed the mips part which had the same problem. Florian On 10.10.2015 13:56, Matthias Schwarzott wrote: > Hi! > > I found this patch in the gentoo package. > > it changes the inline asm in m_libcassert.c to use local labels instead > of global ones. > > If the compiler duplicates the code it will not link otherwise. > > The patch can be applied against latest trunk, but I could not test it > as I have no ppc. > > Regards > Matthias > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > |