Don't define ELF_RTLD_ADDR twice.

This commit is contained in:
Jake Burkholder 2001-08-14 03:09:19 +00:00
parent 4f99f11257
commit 39f004ea89
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81613

View File

@ -41,7 +41,6 @@
#define ELF_ARCH EM_SPARCV9
#define ELF_MACHINE_OK(x) ((x) == ELF_ARCH)
#define ELF_RTLD_ADDR(vm) (0)
/*
* Auxiliary vector entries for passing information to the interpreter.