Move another declaration that doesn't belong in MI source.
This commit is contained in:
parent
de4565ee93
commit
5ad776fbd2
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue