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 Move another declaration that doesn't belo...
details: https://anonhg.NetBSD.org/src/rev/08d432832188
branches: trunk
changeset: 536301:08d432832188
user: mycroft <mycroft%NetBSD.org@localhost>
date: Thu Sep 12 20:27:34 2002 +0000
description:
Move another declaration that doesn't belong in MI source.
diffstat:
libexec/ld.elf_so/arch/hppa/hppa_reloc.c | 3 ++-
libexec/ld.elf_so/rtld.h | 7 +------
2 files changed, 3 insertions(+), 7 deletions(-)
diffs (38 lines):
diff -r b25e7095020b -r 08d432832188 libexec/ld.elf_so/arch/hppa/hppa_reloc.c
--- a/libexec/ld.elf_so/arch/hppa/hppa_reloc.c Thu Sep 12 20:24:03 2002 +0000
+++ b/libexec/ld.elf_so/arch/hppa/hppa_reloc.c Thu Sep 12 20:27:34 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hppa_reloc.c,v 1.12 2002/09/12 20:20:59 mycroft Exp $ */
+/* $NetBSD: hppa_reloc.c,v 1.13 2002/09/12 20:27:35 mycroft Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -51,6 +51,7 @@
#endif
void _rtld_bind_start(void);
+void __rtld_setup_hppa_pltgot(const Obj_Entry *, Elf_Addr *);
/*
* In the runtime architecture (ABI), PLABEL function
diff -r b25e7095020b -r 08d432832188 libexec/ld.elf_so/rtld.h
--- a/libexec/ld.elf_so/rtld.h Thu Sep 12 20:24:03 2002 +0000
+++ b/libexec/ld.elf_so/rtld.h Thu Sep 12 20:27:34 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld.h,v 1.46 2002/09/12 20:20:58 mycroft Exp $ */
+/* $NetBSD: rtld.h,v 1.47 2002/09/12 20:27:34 mycroft Exp $ */
/*
* Copyright 1996 John D. Polstra.
@@ -297,11 +297,6 @@
void _rtld_setup_pltgot __P((const Obj_Entry *));
-#if defined(__hppa__)
-/* rtld_start.S */
-void __rtld_setup_hppa_pltgot __P((const Obj_Entry *, Elf_Addr *));
-#endif
-
#endif /* _RTLD_SOURCE */
#endif /* RTLD_H */
Home |
Main Index |
Thread Index |
Old Index