diff options
author | 2012-09-28 11:30:57 -0700 | |
---|---|---|
committer | 2012-09-28 11:30:57 -0700 | |
commit | 9bac1d8624d3c628b473e20823fb5a154896714c (patch) | |
tree | 356a68e4d3536074b0a59e1c8b0e525f7e07eae2 /elf/dynamic-link.h | |
parent | Improve ChangeLog entry for x86_64 strncmp-ssse3.S (diff) | |
download | glibc-9bac1d8624d3c628b473e20823fb5a154896714c.tar.gz glibc-9bac1d8624d3c628b473e20823fb5a154896714c.tar.bz2 glibc-9bac1d8624d3c628b473e20823fb5a154896714c.zip |
Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h
Diffstat (limited to 'elf/dynamic-link.h')
-rw-r--r-- | elf/dynamic-link.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/elf/dynamic-link.h b/elf/dynamic-link.h index 44f53b3c70..d982c52ed3 100644 --- a/elf/dynamic-link.h +++ b/elf/dynamic-link.h @@ -88,10 +88,6 @@ elf_machine_lazy_rel (struct link_map *map, #include <dl-machine.h> -#ifndef VERSYMIDX -# define VERSYMIDX(sym) (DT_NUM + DT_THISPROCNUM + DT_VERSIONTAGIDX (sym)) -#endif - /* Read the dynamic section at DYN and fill in INFO with indices DT_*. */ #ifndef RESOLVE_MAP |