[Nasm-bugs] [Bug 3392692] .pdata section appears to be over-aligned

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Fri Jul 10 17:30:58 PDT 2020


https://bugzilla.nasm.us/show_bug.cgi?id=3392692

H. Peter Anvin <hpa at zytor.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|OPEN                        |CONFIRMED

--- Comment #19 from H. Peter Anvin <hpa at zytor.com> ---
OK, I see the problem... this time we have an *under*alignment problem: the
code specifies an alignment of 16 (2^4), but the output has only 2^3, which is
the default for an rdata section.

I guess when I fixed overalignment I broke underalignment. <facepalm>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list