.mod files: Strip annobin annotations and .eh_frame, and their relocations
authorPeter Jones <pjones@redhat.com>
Wed, 21 Feb 2018 20:20:29 +0000 (15:20 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 5 Mar 2018 13:08:22 +0000 (14:08 +0100)
commit413f1e13e69e1df130e9f39684fb7c0c216e5035
treeb508e1469a0a67289b1fc9201211be5040a5a261
parentebc825b5491185b39ecd24b1674a76f60492dc60
.mod files: Strip annobin annotations and .eh_frame, and their relocations

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 <pjones@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/genmod.sh.in