On Tue, Feb 20, 2018 at 03:48:44PM +0100, Daniel Kiper wrote:
> On Wed, Jan 31, 2018 at 11:26:59AM -0500, Peter Jones wrote:
> > +static int
> > +SUFFIX (is_kept_section) (Elf_Shdr *s, const struct
> > grub_install_image_target_desc *image_target);
> > +static int
> > +SUFFIX (is_kept_reloc_sectio
On Wed, Jan 31, 2018 at 11:26:59AM -0500, Peter Jones wrote:
> Some versions of gcc include a plugin called "annobin", and in some
> build systems this is enabled by default. This plugin creates special
> ELF note sections to track which ABI-breaking features are used by a
> binary, as well as a s
Patch looks good. I'm sick right now. I'll commit in few days when I feel
better unless someone commits it before
Le mer. 31 janv. 2018 à 17:28, Peter Jones a écrit :
> Some versions of gcc include a plugin called "annobin", and in some
> build systems this is enabled by default. This plugin cr
Anyone want to have a look at this patchset to make gcc > 7.2.1 (with
optional plugins enabled) work?
On Wed, Jan 31, 2018 at 11:26:59AM -0500, Peter Jones wrote:
> Some versions of gcc include a plugin called "annobin", and in some
> build systems this is enabled by default. This plugin creates
Some versions of gcc include a plugin called "annobin", and in some
build systems this is enabled by default. This plugin creates special
ELF note sections to track which ABI-breaking features are used by a
binary, as well as a series of relocations to annotate where.
If grub is compiled with thi