[Nasm-bugs] [Bug 3392533] Considerations for segment support in ELF

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Sat Aug 3 11:41:42 PDT 2019


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

--- Comment #78 from TK Chia <u1049321969 at caramail.com> ---
Hello hpa,

Here is an input I am testing with (ia16-elf-gcc -mcmodel=small -c foo.S
-Wa,--32-segelf):

        .data
        .long   0
foo:
        .long   foo
        .long   bar
        baz = 123
        .long   baz
        .globl  qux
        qux = 456
        .long   qux
        .weak   quux
        .long   quux
        .long   quuux
        .long   quuuux
        .long   quuuuux

        .text
        .weak   quuuuux
quuuuux:
        ret

        .comm   quuux, 4
        .lcomm  quuuux, 4

There are probably a few other weird corner cases that need to be tested.

Thank you!

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