aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64/dl-lookupcfg.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-21 21:15:00 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-21 21:15:00 +0000
commit371071d5735d0909a9f4d7cbe149042b440e3354 (patch)
treea3e1418b993f3b0133984bb43ffd60dead6a4e64 /sysdeps/ia64/dl-lookupcfg.h
parentf87e0815f5e1f985a3d43afc9703894a4ae546de (diff)
downloadglibc-371071d5735d0909a9f4d7cbe149042b440e3354.tar
glibc-371071d5735d0909a9f4d7cbe149042b440e3354.tar.gz
glibc-371071d5735d0909a9f4d7cbe149042b440e3354.tar.bz2
glibc-371071d5735d0909a9f4d7cbe149042b440e3354.zip
Update.
2000-05-09 Jes Sorensen <jes@linuxcare.com> * sysdeps/ia64/dl-machine.h: Move DL_SYMBOL_ADDRESS definition to... * sysdeps/ia64/dl-lookupcfg.h: ...here.
Diffstat (limited to 'sysdeps/ia64/dl-lookupcfg.h')
-rw-r--r--sysdeps/ia64/dl-lookupcfg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/ia64/dl-lookupcfg.h b/sysdeps/ia64/dl-lookupcfg.h
index f954a5cd49..ab2ff1fddb 100644
--- a/sysdeps/ia64/dl-lookupcfg.h
+++ b/sysdeps/ia64/dl-lookupcfg.h
@@ -21,3 +21,7 @@
than just the address. */
#define DL_LOOKUP_RETURNS_MAP
#define ELF_FUNCTION_PTR_IS_SPECIAL
+
+void *_dl_symbol_address (const struct link_map *map, const ElfW(Sym) *ref);
+
+#define DL_SYMBOL_ADDRESS(map, ref) _dl_symbol_address(map, ref)