aboutsummaryrefslogtreecommitdiff
path: root/patches/dmalloc
Commit message (Collapse)AuthorAgeFilesLines
* Kill dmalloc.Alexey Neyman2016-12-168-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>
* Unbreak powerpc-unknown-linux-uclibc.Alexey Neyman2016-04-011-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>
* Fourth step at renaming patches: renumber all patches with a 10-step.Yann E. MORIN"2008-07-284-0/+0
|
* Fix building dmalloc in case strdup is a macro (uncaught when x-compiling ↵Yann E. MORIN"2008-06-171-0/+39
| | | | | | | certain targets). /trunk/patches/dmalloc/5.5.2/500-strdup_macro.patch | 39 39 0 0 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+)
* Add dmalloc debug library facility.Yann E. MORIN"2007-05-186-0/+320
Add patches for dmalloc. Ignore the generated config/debug.in