Left-leaning red-black tree data structure
commit3e364fe27482c09b33c85b401f601ba7ba5c48bb
authorH. Peter Anvin <hpa@zytor.com>
Thu, 30 Oct 2008 06:29:23 +0000 (29 23:29 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 30 Oct 2008 06:31:56 +0000 (29 23:31 -0700)
tree0d1f05cb5b4329812d4888465e95fa1d1963f261
parent034b009e51fd564f912874f2a59549edc358cbca
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>
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
rbtree.c [new file with mode: 0644]
rbtree.h [new file with mode: 0644]