Module Name: src
Committed By: christos
Date: Wed Aug 27 04:07:04 UTC 2014
Modified Files:
src/libexec/ld.elf_so: rtld.h
Log Message:
remove unused define
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/libexec/ld.elf_so/rtld.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/ld.elf_so/rtld.h
diff -u src/libexec/ld.elf_so/rtld.h:1.122 src/libexec/ld.elf_so/rtld.h:1.123
--- src/libexec/ld.elf_so/rtld.h:1.122 Tue Aug 26 15:49:33 2014
+++ src/libexec/ld.elf_so/rtld.h Wed Aug 27 00:07:04 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld.h,v 1.122 2014/08/26 19:49:33 joerg Exp $ */
+/* $NetBSD: rtld.h,v 1.123 2014/08/27 04:07:04 christos Exp $ */
/*
* Copyright 1996 John D. Polstra.
@@ -475,15 +475,6 @@ Obj_Entry *_rtld_map_object(const char *
void _rtld_obj_free(Obj_Entry *);
Obj_Entry *_rtld_obj_new(void);
-/*
- * The following uintptr_t cast is for Elf32 emulation on _LP64 systems
- */
-#if defined(_LP64) && ELFSIZE == 32
-#define RTLD_ELF32_CAST (uintptr_t)
-#else
-#define RTLD_ELF32_CAST
-#endif
-
#ifdef RTLD_LOADER
/* function descriptors */
#ifdef __HAVE_FUNCTION_DESCRIPTORS