[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 16:37:23 PDT 2020


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

--- Comment #15 from H. Peter Anvin <hpa at zytor.com> ---
What I mean is that I need the .o(bj) file produced by NASM

To produce a list file, give the -l $filename option to nasm, e.g.:

nasm.exe -fwin64 -I./ -I../../ -Igen/ -MD
obj/third_party/boringssl/boringssl_asm/aesni-gcm-x86_64.o.d -o
obj/third_party/boringssl/boringssl_asm/aesni-gcm-x86_64.o
../../third_party/boringssl/win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.asm
-l obj/third_party/boringssl/boringssl_asm/aesni-gcm-x86_64.o.lst

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


More information about the Nasm-bugs mailing list