]> code.ossystems Code Review - openembedded-core.git/commit
glibc: Fix __memcpy_chk on non-SSE2 CPUs
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 2 Jun 2015 01:06:44 +0000 (18:06 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Jun 2015 15:33:24 +0000 (16:33 +0100)
commite643b9bc4c459ea8b59573cf67f2494388e7a377
tree1ad05ea720f31082418661f98d1a47d3e0d8abeb
parentf1b91bca8f314548f8b616c870cacf9507649c19
glibc: Fix __memcpy_chk on non-SSE2 CPUs

Backport from upstream glibc:

  https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=132a1328eccd20621b77f7810eebbeec0a1af187

Note that the fix is only required when glibc is built for i686/multiarch,
so is not applicable in the default oe-core x86 configuration (which builds
glibc for i586 and therefore does not include SSE2 optimised memcpy etc).

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/glibc/glibc/Fix-__memcpy_chk-on-non-SSE2-CPUs.patch [new file with mode: 0644]
meta/recipes-core/glibc/glibc_2.21.bb