From 5ad776fbd2d5a696c52c2ca110f10142faf89cdc Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 12 Sep 2002 20:27:34 +0000 Subject: [PATCH] Move another declaration that doesn't belong in MI source. --- libexec/ld.elf_so/arch/hppa/hppa_reloc.c | 3 ++- libexec/ld.elf_so/rtld.h | 7 +------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/libexec/ld.elf_so/arch/hppa/hppa_reloc.c b/libexec/ld.elf_so/arch/hppa/hppa_reloc.c index 6f232a4c7207..903082d9574e 100644 --- a/libexec/ld.elf_so/arch/hppa/hppa_reloc.c +++ b/libexec/ld.elf_so/arch/hppa/hppa_reloc.c @@ -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 --git a/libexec/ld.elf_so/rtld.h b/libexec/ld.elf_so/rtld.h index 23fa4f02f797..cb0223c3043a 100644 --- a/libexec/ld.elf_so/rtld.h +++ b/libexec/ld.elf_so/rtld.h @@ -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 @@ const void *_rtld_function_descriptor_function __P((const void *)); 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 */