diff options
-rw-r--r-- | sys/sparc64/include/elf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/include/elf.h b/sys/sparc64/include/elf.h index 05cd016..7d76a4b 100644 --- a/sys/sparc64/include/elf.h +++ b/sys/sparc64/include/elf.h @@ -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. |