generic-poky/meta/recipes-devtools/binutils
Zhenhua Luo d350bb8489 binutils: fix ineffectual zero of cache and array bounds issue
binutils build fails on Fedora18+:
1. binutils-2.23.1/bfd/elf32-xtensa.c:6078:36: error: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Werror=sizeof-pointer-memaccess]
       memset (sec_cache, 0, sizeof (sec_cache));
                                    ^
2. binutils-2.23.1/bfd/elf32-xtensa.c:6120:32: error: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Werror=sizeof-pointer-memaccess]
   memset (sec_cache, 0, sizeof (sec_cache));
                                ^
3. binutils-2.23.1/opcodes/arc-dis.c:430:13: error: argument to 'sizeof' in '__builtin_strncat' call is the same expression as the destination; did you mean to provide an explicit length? [-Werror=sizeof-pointer-memaccess]
       sizeof (state->commentBuffer));
              ^
4. binutils-2.23.1/opcodes/rl78-dis.c:230:13: error: array subscript is above array bounds [-Werror=array-bounds]
      if (oper->use_es && indirect_type (oper->type))
              ^

(From OE-Core rev: 5445e12e5a32cc5c51ce8a29f2800692ed831115)

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-15 01:53:04 +00:00
..
binutils-2.23.1 binutils: fix ineffectual zero of cache and array bounds issue 2013-03-15 01:53:04 +00:00
binutils-2.23.1.inc binutils: fix ineffectual zero of cache and array bounds issue 2013-03-15 01:53:04 +00:00
binutils-cross-canadian.inc nativesdk: Switch to using nativesdk as a prefix, not a suffix 2012-09-02 05:52:06 -07:00
binutils-cross-canadian_2.23.1.bb binutils-2.23.1: Add recipes 2012-12-06 12:31:00 +00:00
binutils-cross.inc binutils: Add with-sysroot to target binutils 2012-06-21 13:03:04 +01:00
binutils-cross_2.23.1.bb binutils-2.23.1: Add recipes 2012-12-06 12:31:00 +00:00
binutils-crosssdk_2.23.1.bb binutils: Fix build with newer texinfo 5.0+ 2013-02-28 23:15:49 +00:00
binutils.inc meta: remove redundant _FOR_BUILD variables 2012-11-12 13:36:37 +00:00
binutils_2.23.1.bb binutils_2.23.1.bb: Correct typo in enable-targets configure option 2012-12-06 12:31:01 +00:00