On 23 December 2016 at 02:16, Zheng Ruoqin <[email protected]>
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
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core