[Nasm-bugs] [Bug 3392440] New: obj output generate bad relocation records for ALink

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Fri Sep 15 18:40:55 PDT 2017


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

            Bug ID: 3392440
           Summary: obj output generate bad relocation records for ALink
           Product: NASM
           Version: 2.14 (development)
          Hardware: All
                OS: All
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: etlaayz at gmail.com
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: Binary from nasm.us

ALink v1.6 (old) generates the following error messages:

Relocs 0:Warning 32 bit offset in 16 bit field
Relocs 1:Warning 32 bit offset in 16 bit field
Relocs 2:Warning 32 bit offset in 16 bit field
Relocs 3:Warning 32 bit offset in 16 bit field
Relocs 4:Warning 32 bit offset in 16 bit field
Relocs 5:Warning 32 bit offset in 16 bit field
Relocs 6:Warning 32 bit offset in 16 bit field
Relocs 7:Warning 32 bit offset in 16 bit field
Relocs 8:Warning 32 bit offset in 16 bit field
Relocs 10:Warning 32 bit offset in 16 bit field
Relocs 11:Warning 32 bit offset in 16 bit field
Relocs 12:Warning 32 bit offset in 16 bit field

command line:
nasm -f obj -l omftest1.lst -o omftest1.obj omftest.asm
nasm -f obj -l imports1.lst -o imports1.obj imports.asm
alink -c -m -oPE -subsys con omftest1.obj imports1.obj

-- 
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