mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
85af584872
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> |
||
---|---|---|
.. | ||
100-use-xtools.patch | ||
110-block_size.patch | ||
120-g++_check.patch | ||
130-mips.patch | ||
140-shared_library.patch | ||
150-use_DESTDIR.patch | ||
160-strdup_macro.patch | ||
170-ppc-bogus-assembly.patch |