mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
a77692b34d
This provides the first pass of assembler internals for a new, richer, backend interface. It also reduces the amount of data carried in function parameters inside the assembler. The new interface is in the form of a structure, which will contain substantially more information that the previous interface. This will allow things like ELF GOT32X and Mach-O X86_64_RELOC_BRANCH relocations to be reliably emitted. This provides the initial set of structures. Future additions should include: 1. Pass down the base symbol, if any. 2. Segments should be a structure rather than a number, and the horrible hack of adding one for a segment reference should be removed (OUT_SEGMENT replaces it.) Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> |
||
---|---|---|
.. | ||
assemble.c | ||
assemble.h | ||
directiv.dat | ||
directiv.pl | ||
eval.c | ||
eval.h | ||
exprlib.c | ||
float.c | ||
float.h | ||
labels.c | ||
listing.c | ||
listing.h | ||
nasm.c | ||
parser.c | ||
parser.h | ||
phash.pl | ||
pptok.dat | ||
pptok.pl | ||
preproc-nop.c | ||
preproc.c | ||
preproc.h | ||
quote.c | ||
quote.h | ||
rdstrnum.c | ||
segalloc.c | ||
stdscan.c | ||
stdscan.h | ||
strfunc.c | ||
tokens.dat | ||
tokhash.pl |