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

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Fri Nov 30 15:56:28 PST 2018


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

--- Comment #8 from stsp at list.ru ---
Yes, emitting extra symbols that contain
the needed address/segment sounds like a
good idea. Currently freedos already does
this, but without a nasm support, I am
struggling to find the way of implementing
the SEG as a macro for elf. I only need to
use it in one particular asm file that refers
to symbols in other asm files. These other
files do not use SEG themselves. So my plan
is to first compile those "other" objects,
then create their symbol map with something
like "objdump -t" and parse that to find
the segments of all symbols...
I wonder if some other work-arounds are possible.

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