From: Ulrich Drepper Date: Sun, 21 May 2000 21:15:00 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-91~407 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=371071d5735d0909a9f4d7cbe149042b440e3354;p=glibc.git Update. 2000-05-09 Jes Sorensen * sysdeps/ia64/dl-machine.h: Move DL_SYMBOL_ADDRESS definition to... * sysdeps/ia64/dl-lookupcfg.h: ...here. --- diff --git a/ChangeLog b/ChangeLog index 2601a5f56e..2686f946f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-09 Jes Sorensen + + * sysdeps/ia64/dl-machine.h: Move DL_SYMBOL_ADDRESS definition to... + * sysdeps/ia64/dl-lookupcfg.h: ...here. + 2000-05-21 Jakub Jelinek * sysdeps/unix/sysv/linux/scsi/sg.h (sg_io_hdr_t): Remove duplicate 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) 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