[Nasm-bugs] [Bug 3392377] New: word data exceeds bounds warning with -f obj

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Tue Dec 13 11:50:11 PST 2016


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

            Bug ID: 3392377
           Summary: word data exceeds bounds warning with -f obj
           Product: NASM
           Version: 2.12.xx
          Hardware: All
                OS: All
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: sezeroz at gmail.com
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us

This:
  mov edx, dword [12345678h]
..with -f obj, emits:
 "warning: word data exceeds bounds"

.. but not with -f coff, win32, macho, or elf.

The code in question is old quake (actually hexen2) asm, here:
https://sf.net/p/uhexen2/code/HEAD/tree/trunk/engine/h2shared/r_edgea.asm#l275
https://sf.net/p/uhexen2/code/HEAD/tree/trunk/engine/h2shared/r_edgeb.asm#l88

Is this a bug, or are there additional things to do in order to
compile this for os2?

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