]> git.proxmox.com Git - grub2.git/commit
util/mkimage: Remove unused code to add BSS section
authorJavier Martinez Canillas <javierm@redhat.com>
Thu, 11 Feb 2021 16:06:49 +0000 (17:06 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 2 Mar 2021 14:54:19 +0000 (15:54 +0100)
commitd52f78def1b9c4f435fdbf6b24fd899208580c76
tree038818be0c9ae5490c6c5ab31e8f376d9a72c45a
parent133d73079c5771bbf3d8311281b6772846357ec1
util/mkimage: Remove unused code to add BSS section

The code is compiled out so there is no reason to keep it.

Additionally, don't set bss_size field since we do not add a BSS section.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/mkimage.c