summaryrefslogtreecommitdiff
path: root/patches/gcc/4.9.4/875-gcc-xtensa-fix-fprintf-format-specifiers.patch
AgeCommit message (Collapse)AuthorFilesLines
2017-07-08Convert gcc to new framework.Alexey Neyman1-73/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-05-31gcc: xtensa: backport fix for incorrect code generationMax Filippov1-0/+73
xtensa GCC incorrectly uses %ld/0x%lx format specifiers to output HOST_WIDE_INT values, which results in incorrect code generation by the compiler built for armhf host. The original issue: https://github.com/qca/open-ath9k-htc-firmware/issues/130 Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>