summaryrefslogtreecommitdiff
path: root/patches/dmalloc
AgeCommit message (Collapse)AuthorFilesLines
2016-12-17Kill dmalloc.Alexey Neyman8-372/+0
- No new releases in almost 10 year. - No public bug tracker or VCS. - No responses from maintainer over sent patches. RIP, dmalloc. Signed-off-by: Alexey Neyman <stilor@att.net>
2016-04-02Unbreak powerpc-unknown-linux-uclibc.Alexey Neyman1-0/+13
There is invalid assembly in dmalloc for PowerPC. The issue is that 'stw' expects a memory operand, and =g constraint allows both registers and memory. Newer GCC tends to choose register even at -O0, resulting in invalid assembly. Instead, force a register constraint in 'mflr' and let GCC decide if it wants to store it into memory at all. Reported this upstream. Signed-off-by: Alexey Neyman <stilor@att.net>
2008-07-28Fourth step at renaming patches: renumber all patches with a 10-step.Yann E. MORIN"4-0/+0
2008-06-17Fix building dmalloc in case strdup is a macro (uncaught when x-compiling ↵Yann E. MORIN"1-0/+39
certain targets). /trunk/patches/dmalloc/5.5.2/500-strdup_macro.patch | 39 39 0 0 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+)
2007-05-18Add dmalloc debug library facility.Yann E. MORIN"6-0/+320
Add patches for dmalloc. Ignore the generated config/debug.in