Re: Broken section alignment in 6.7 and 6.8rc EFI stub

From: Mike Beaton
Date: Mon Feb 05 2024 - 02:37:10 EST


On Mon, 5 Feb 2024 at 02:06, Bagas Sanjaya <bagasdotme@xxxxxxxxx> wrote:
>
> So v6.7 onwards misses .reloc section, right?
>
> Confused...

Reloc info is still present as normal in data directories, e.g.
`llvm-objdump -p` shows NumberOfRvaAndSizes = 6. Reloc info is taken
from index 5 https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PeImage.h#L128
(I've been told a dummy .reloc section was dumped recently?)