crosstool-ng/samples/powerpc-unknown-linux-uclibc
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
..
crosstool.config Samples: Update samples 2015-11-14 11:30:03 -08:00
reported.by Update this powerpc sample. 2008-10-29 09:42:52 +00:00