summaryrefslogtreecommitdiff
path: root/Mkfiles/netware.mak
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-29 23:29:23 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-29 23:31:56 -0700
commit3e364fe27482c09b33c85b401f601ba7ba5c48bb (patch)
tree0d1f05cb5b4329812d4888465e95fa1d1963f261 /Mkfiles/netware.mak
parent034b009e51fd564f912874f2a59549edc358cbca (diff)
downloadnasm-3e364fe27482c09b33c85b401f601ba7ba5c48bb.tar.gz
nasm-3e364fe27482c09b33c85b401f601ba7ba5c48bb.tar.bz2
nasm-3e364fe27482c09b33c85b401f601ba7ba5c48bb.zip
Left-leaning red-black tree data structure
Implement library functions for "left-leaning red-black trees" with uint64_t keys. This is meant for looking up symbols by address in the backends that need to do so, e.g. ELF. A good question is if there is a better way to do this, that recovers the original symbol, but that's a future issue. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Mkfiles/netware.mak')
-rw-r--r--Mkfiles/netware.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mkfiles/netware.mak b/Mkfiles/netware.mak
index 5ef88bb..a64919b 100644
--- a/Mkfiles/netware.mak
+++ b/Mkfiles/netware.mak
@@ -30,7 +30,7 @@ O = o
#-- Begin File Lists --#
# Edit in Makefile.in, not here!
-NASM = nasm.o nasmlib.o raa.o saa.o \
+NASM = nasm.o nasmlib.o raa.o saa.o rbtree.o \
float.o insnsa.o insnsb.o \
assemble.o labels.o hashtbl.o crc64.o parser.o \
outform.o outlib.o outbin.o \
@@ -194,6 +194,7 @@ preproc.o: preproc.c compiler.h config.h hashtbl.h insnsi.h nasm.h nasmlib.h \
pptok.h preproc.h quote.h regs.h stdscan.h tables.h tokens.h version.h
quote.o: quote.c compiler.h config.h nasmlib.h quote.h
raa.o: raa.c compiler.h config.h nasmlib.h raa.h
+rbtree.o: rbtree.c compiler.h config.h nasmlib.h rbtree.h
regdis.o: regdis.c regdis.h regs.h
regflags.o: regflags.c compiler.h config.h insnsi.h nasm.h nasmlib.h pptok.h \
preproc.h regs.h tables.h version.h