Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/dlfcn don't test PIC here.
details: https://anonhg.NetBSD.org/src/rev/1cc84a587b20
branches: trunk
changeset: 534287:1cc84a587b20
user: yamt <yamt%NetBSD.org@localhost>
date: Sat Jul 20 08:54:04 2002 +0000
description:
don't test PIC here.
diffstat:
lib/libc/dlfcn/dlfcn_elf.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 442c671bb93b -r 1cc84a587b20 lib/libc/dlfcn/dlfcn_elf.c
--- a/lib/libc/dlfcn/dlfcn_elf.c Sat Jul 20 08:51:32 2002 +0000
+++ b/lib/libc/dlfcn/dlfcn_elf.c Sat Jul 20 08:54:04 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dlfcn_elf.c,v 1.2 2000/07/06 02:48:41 christos Exp $ */
+/* $NetBSD: dlfcn_elf.c,v 1.3 2002/07/20 08:54:04 yamt Exp $ */
/*
* Copyright (c) 2000 Takuya SHIOZAKI
@@ -27,10 +27,9 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: dlfcn_elf.c,v 1.2 2000/07/06 02:48:41 christos Exp $");
+__RCSID("$NetBSD: dlfcn_elf.c,v 1.3 2002/07/20 08:54:04 yamt Exp $");
#endif /* LIBC_SCCS and not lint */
-#if defined(PIC) || defined(lint)
#include "namespace.h"
#define ELFSIZE ARCH_ELFSIZE
@@ -50,4 +49,3 @@
#endif
#include <dlfcn_stubs.c>
-#endif /* PIC */
Home |
Main Index |
Thread Index |
Old Index