diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-06-07 15:18:20 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-06-07 15:18:20 +0000 |
commit | aaf1a21b032d5a8a898390a75bb0008c4bc1b8fb (patch) | |
tree | f04e6b80debd9c207781211ea514268d438b9a4e /libexec/ld.so/hppa | |
parent | 04fb078cd155fa471954235ed9fe677d2ee6db62 (diff) |
fixup the dlsym() return to produce a callable address (plabel) and move one comment closer to the code it talks about earlier; drahn@ ok
Diffstat (limited to 'libexec/ld.so/hppa')
-rw-r--r-- | libexec/ld.so/hppa/archdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.so/hppa/archdep.h b/libexec/ld.so/hppa/archdep.h index 655acccc27b..a5008bb9f74 100644 --- a/libexec/ld.so/hppa/archdep.h +++ b/libexec/ld.so/hppa/archdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archdep.h,v 1.1 2004/05/25 21:48:00 mickey Exp $ */ +/* $OpenBSD: archdep.h,v 1.2 2004/06/07 15:18:19 mickey Exp $ */ /* * Copyright (c) 2004 Michael Shalayeff @@ -95,5 +95,6 @@ RELOC_RELA(Elf_RelA *r, const Elf_Sym *s, Elf_Addr *p, unsigned long v) void _hppa_dl_dtors(void); void hppa_call(void *, Elf_Addr *, void (*)(void)); +Elf_Addr _dl_md_plabel(Elf_Addr, Elf_Addr *); #endif /* _HPPA_ARCHDEP_H_ */ |