summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.166.bb
diff options
context:
space:
mode:
authorJoshua Lock <joshua.g.lock@intel.com>2017-06-07 14:46:21 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-29 16:50:52 +0100
commit5f7d84821f7c53ce2250861c5e08da9eac928993 (patch)
tree81b208155c0c71273fe7337ea4d1775e6da69149 /meta/recipes-devtools/elfutils/elfutils_0.166.bb
parent1188ce3e3fb6f70d9d5536e4d0e4a6ced651d8f0 (diff)
downloadpoky-5f7d84821f7c53ce2250861c5e08da9eac928993.tar.gz
gcc-6.2: backport fix of check for empty string in ubsan.c
Building gcc-cross-initial with GCC7 on the host fails due to the comparison of a pointer to an integer in ubsan_use_new_style_p, which is forbidden by ISO C++: ubsan.c:1474:23: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] || xloc.file == '\0' || xloc.file[0] == '\xff' Backport the fix from upstream GCC to enable the build with GCC 7 (From OE-Core rev: 7a7fcbab0365b9501c737dbc02715be14dda72a3) (From OE-Core rev: ad685600d52b2e8b6f4cdbf46baa9f14b51565dd) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Cody P Schafer <dev@codyps.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.166.bb')
0 files changed, 0 insertions, 0 deletions