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 _rtld_setup_pltgot() belongs to reloc.c.
details: https://anonhg.NetBSD.org/src/rev/e1fef7e25387
branches: trunk
changeset: 536544:e1fef7e25387
user: junyoung <junyoung%NetBSD.org@localhost>
date: Wed Sep 18 07:35:40 2002 +0000
description:
_rtld_setup_pltgot() belongs to reloc.c.
diffstat:
libexec/ld.elf_so/rtld.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r d1befcf59b62 -r e1fef7e25387 libexec/ld.elf_so/rtld.h
--- a/libexec/ld.elf_so/rtld.h Wed Sep 18 06:38:50 2002 +0000
+++ b/libexec/ld.elf_so/rtld.h Wed Sep 18 07:35:40 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld.h,v 1.50 2002/09/17 07:29:47 junyoung Exp $ */
+/* $NetBSD: rtld.h,v 1.51 2002/09/18 07:35:40 junyoung Exp $ */
/*
* Copyright 1996 John D. Polstra.
@@ -266,6 +266,7 @@
int _rtld_relocate_plt_object __P((const Obj_Entry *, const Elf_Rela *,
caddr_t *));
int _rtld_relocate_plt_objects __P((const Obj_Entry *));
+void _rtld_setup_pltgot __P((const Obj_Entry *));
/* search.c */
char *_rtld_find_library __P((const char *, const Obj_Entry *));
@@ -291,8 +292,6 @@
const void *_rtld_function_descriptor_function __P((const void *));
#endif /* __HAVE_FUNCTION_DESCRIPTORS */
-void _rtld_setup_pltgot __P((const Obj_Entry *));
-
#endif /* _RTLD_SOURCE */
#endif /* RTLD_H */
Home |
Main Index |
Thread Index |
Old Index