mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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.
This commit is contained in:
parent
f87e0815f5
commit
371071d573
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2000-05-21 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/scsi/sg.h (sg_io_hdr_t): Remove duplicate
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user