Re: [PATCH v3 7/7] .mod files: Strip annobin annotations and .eh_frame, and their relocations

2018-02-23 Thread Daniel Kiper
On Fri, Feb 23, 2018 at 03:54:49PM +0100, Daniel Kiper wrote: > On Wed, Feb 21, 2018 at 03:20:29PM -0500, Peter Jones wrote: > > This way debuginfo built from the .module will still include this > > information, but the final result won't have the data we don't actually > > need in the modules,

Re: [PATCH v3 7/7] .mod files: Strip annobin annotations and .eh_frame, and their relocations

2018-02-23 Thread Daniel Kiper
On Wed, Feb 21, 2018 at 03:20:29PM -0500, Peter Jones wrote: > This way debuginfo built from the .module will still include this > information, but the final result won't have the data we don't actually > need in the modules, either on-disk, loaded at runtime, or in prebuilt > images. > >

[PATCH v3 7/7] .mod files: Strip annobin annotations and .eh_frame, and their relocations

2018-02-21 Thread Peter Jones
This way debuginfo built from the .module will still include this information, but the final result won't have the data we don't actually need in the modules, either on-disk, loaded at runtime, or in prebuilt images. Signed-off-by: Peter Jones --- grub-core/genmod.sh.in | 4