]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gcc: backport patch to fix miscompilation on mips64
authorChen Qi <Qi.Chen@windriver.com>
Wed, 8 Nov 2017 02:33:52 +0000 (10:33 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Nov 2017 12:14:28 +0000 (12:14 +0000)
commit009018715555e46b5a53694677b45341fbabbd58
tree977b2f509f2a752ae50f0a24c732691484b27a8e
parentbccd9f9e2013ed56b74dedb8f1a0a50d8b8b5533
gcc: backport patch to fix miscompilation on mips64

Backport a patch to fix miscompilation on mips64.

We've observed strange behaviour of `systemctl status <xxx> on qemumips64.
The output of the command is like `systemctl show <xxx>', which is incorrect.

The problem is due to the miscompilation of gcc for mips64 platform, thus
backporting patch from upstream to fix this problem.

[YOCTO #12266]

(From OE-Core rev: cfa13e5c756849820644d86d1882602649db6a9c)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-7.2.inc
meta/recipes-devtools/gcc/gcc-7.2/0001-PR-rtl-optimization-81803.patch [new file with mode: 0644]