Module Name: src
Committed By: bouyer
Date: Sat Jan 23 17:39:11 UTC 2010
Modified Files:
src/libexec/ld.elf_so [netbsd-5-0]: rtld.h
Log Message:
Back out ticket 1249 for now, it may not be needed on netbsd-5-0.
To generate a diff of this commit:
cvs rdiff -u -r1.79.8.1 -r1.79.8.2 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.79.8.1 src/libexec/ld.elf_so/rtld.h:1.79.8.2
--- src/libexec/ld.elf_so/rtld.h:1.79.8.1 Sat Jan 23 17:34:12 2010
+++ src/libexec/ld.elf_so/rtld.h Sat Jan 23 17:39:11 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld.h,v 1.79.8.1 2010/01/23 17:34:12 bouyer Exp $ */
+/* $NetBSD: rtld.h,v 1.79.8.2 2010/01/23 17:39:11 bouyer Exp $ */
/*
* Copyright 1996 John D. Polstra.
@@ -130,6 +130,7 @@
caddr_t entry; /* Entry point */
const Elf_Phdr *__junk001;
size_t pathlen; /* Pathname length */
+ void *ehdr;
/* Items from the dynamic section. */
Elf_Addr *pltgot; /* PLTGOT table */
@@ -194,8 +195,6 @@
Objlist dagmembers; /* DAG has these members (%) */
dev_t dev; /* Object's filesystem's device */
ino_t ino; /* Object's inode number */
-
- void *ehdr;
} Obj_Entry;
#if defined(_RTLD_SOURCE)