From 371071d5735d0909a9f4d7cbe149042b440e3354 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 21 May 2000 21:15:00 +0000 Subject: Update. 2000-05-09 Jes Sorensen * sysdeps/ia64/dl-machine.h: Move DL_SYMBOL_ADDRESS definition to... * sysdeps/ia64/dl-lookupcfg.h: ...here. --- sysdeps/ia64/dl-machine.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysdeps/ia64/dl-machine.h') diff --git a/sysdeps/ia64/dl-machine.h b/sysdeps/ia64/dl-machine.h index 7fba08dabe..fd94d130d2 100644 --- a/sysdeps/ia64/dl-machine.h +++ b/sysdeps/ia64/dl-machine.h @@ -60,10 +60,6 @@ elf_machine_matches_host (Elf64_Word e_machine) return e_machine == EM_IA_64; } -void * _dl_symbol_address (const struct link_map *map, const ElfW(Sym) *ref); - -#define DL_SYMBOL_ADDRESS(map, ref) _dl_symbol_address(map, ref) - /* Return the link-time address of _DYNAMIC. */ static inline Elf64_Addr -- cgit 1.4.1