crosstool-ng/patches/dmalloc/5.5.2
Alexey Neyman 85af584872 Unbreak powerpc-unknown-linux-uclibc.
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>
2016-04-01 18:15:39 -07:00
..
100-use-xtools.patch Add dmalloc debug library facility. 2007-05-18 15:57:16 +00:00
110-block_size.patch Add dmalloc debug library facility. 2007-05-18 15:57:16 +00:00
120-g++_check.patch Add dmalloc debug library facility. 2007-05-18 15:57:16 +00:00
130-mips.patch Fourth step at renaming patches: renumber all patches with a 10-step. 2008-07-28 21:32:33 +00:00
140-shared_library.patch Fourth step at renaming patches: renumber all patches with a 10-step. 2008-07-28 21:32:33 +00:00
150-use_DESTDIR.patch Fourth step at renaming patches: renumber all patches with a 10-step. 2008-07-28 21:32:33 +00:00
160-strdup_macro.patch Fourth step at renaming patches: renumber all patches with a 10-step. 2008-07-28 21:32:33 +00:00
170-ppc-bogus-assembly.patch Unbreak powerpc-unknown-linux-uclibc. 2016-04-01 18:15:39 -07:00