]> code.ossystems Code Review - openembedded-core.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>
Fri, 10 Nov 2017 14:44:31 +0000 (14:44 +0000)
commitcfa13e5c756849820644d86d1882602649db6a9c
treed53120e03a40d180156c323f9201362895b19440
parent3937c9ed534398ede1576abff8934a67a4017343
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]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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]