summaryrefslogtreecommitdiff
path: root/patches/dmalloc/5.5.2/170-ppc-bogus-assembly.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-17 00:10:32 (GMT)
committerAlexey Neyman <stilor@att.net>2016-12-17 00:10:32 (GMT)
commit83d9e6a49a456fab7978ec56c4bc8bf1b41eda98 (patch)
treefb24d4623d6128ff8a9edf87b87a1dfad2333271 /patches/dmalloc/5.5.2/170-ppc-bogus-assembly.patch
parent400f9e097265e66113cb46fb8f903af4e491f306 (diff)
Kill dmalloc.
- 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>
Diffstat (limited to 'patches/dmalloc/5.5.2/170-ppc-bogus-assembly.patch')
-rw-r--r--patches/dmalloc/5.5.2/170-ppc-bogus-assembly.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/dmalloc/5.5.2/170-ppc-bogus-assembly.patch b/patches/dmalloc/5.5.2/170-ppc-bogus-assembly.patch
deleted file mode 100644
index d92bd8a..0000000
--- a/patches/dmalloc/5.5.2/170-ppc-bogus-assembly.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur dmalloc-5.5.2.orig/return.h dmalloc-5.5.2/return.h
---- dmalloc-5.5.2.orig/return.h 2016-03-13 13:11:48.090431764 -0700
-+++ dmalloc-5.5.2/return.h 2016-03-13 13:12:11.246642618 -0700
-@@ -251,8 +251,7 @@
-
- #define GET_RET_ADDR(file) \
- do { \
-- asm("mflr 0"); \
-- asm("stw 0,%0" : "=g" (file)); \
-+ asm("mflr %0" : "=r"(file)); \
- } while(0)
-
- #endif /* __powerpc__ && __GNUC__ && !__OPTIMIZE__ */