[OE-core] [PATCH v2] elfutils 0.166->0.167

Burton, Ross ross.burton at intel.com
Thu Jan 19 14:52:40 UTC 2017


On 23 December 2016 at 02:16, Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
wrote:

> 2) Delete 5 patches below, since they are integrated upstream.
>     elfutils-0.166/0001-elf_getarsym-Silence-Werror-maybe-
> uninitialized-fals.patch
>     elfutils-0.166/0001-remove-the-unneed-checking.patch
>     elfutils-0.166/aarch64_uio.patch
>     elfutils-0.166/fixheadercheck.patch
>     elfutils-0.166/shadow.patch
>

Picking on a random patch, fixheadercheck.patch.  The patch is just this:

-                if (unlikely (! powerof2 (shdr->sh_addralign))
-                    || unlikely ((shdr->sh_addralign ?: 1) < sh_align))
+                if (shdr->sh_size && (unlikely (! powerof2
(shdr->sh_addralign))
+                    || unlikely ((shdr->sh_addralign ?: 1) < sh_align)))

And upstream the code is:

                  if (unlikely (! powerof2 (shdr->sh_addralign))
                      || unlikely ((shdr->sh_addralign ?: 1) < sh_align))

Have there been other changes to mean this patch isn't needed any more? Or
should it not be deleted after all?

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170119/dff75673/attachment-0002.html>


More information about the Openembedded-core mailing list