Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so remove unused define
details: https://anonhg.NetBSD.org/src/rev/b64bf53a3ba9
branches: trunk
changeset: 801997:b64bf53a3ba9
user: christos <christos%NetBSD.org@localhost>
date: Wed Aug 27 04:07:04 2014 +0000
description:
remove unused define
diffstat:
libexec/ld.elf_so/rtld.h | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diffs (25 lines):
diff -r a8bacf0e6e03 -r b64bf53a3ba9 libexec/ld.elf_so/rtld.h
--- a/libexec/ld.elf_so/rtld.h Wed Aug 27 03:35:32 2014 +0000
+++ b/libexec/ld.elf_so/rtld.h Wed Aug 27 04:07:04 2014 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index