diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-09-28 11:30:57 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-09-28 11:30:57 -0700 |
commit | 9bac1d8624d3c628b473e20823fb5a154896714c (patch) | |
tree | 356a68e4d3536074b0a59e1c8b0e525f7e07eae2 /sysdeps/sparc/sparc32 | |
parent | 25f5f885c6c0cec20554ca7b6c71fd1b7b50f51c (diff) | |
download | glibc-9bac1d8624d3c628b473e20823fb5a154896714c.tar.gz glibc-9bac1d8624d3c628b473e20823fb5a154896714c.tar.xz glibc-9bac1d8624d3c628b473e20823fb5a154896714c.zip |
Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h
Diffstat (limited to 'sysdeps/sparc/sparc32')
-rw-r--r-- | sysdeps/sparc/sparc32/dl-machine.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/sparc/sparc32/dl-machine.h b/sysdeps/sparc/sparc32/dl-machine.h index 2dfeeb27a3..04ce7854a1 100644 --- a/sysdeps/sparc/sparc32/dl-machine.h +++ b/sysdeps/sparc/sparc32/dl-machine.h @@ -29,11 +29,6 @@ #include <tls.h> #include <dl-plt.h> -#ifndef VALIDX -# define VALIDX(tag) (DT_NUM + DT_THISPROCNUM + DT_VERSIONTAGNUM \ - + DT_EXTRANUM + DT_VALTAGIDX (tag)) -#endif - /* Return nonzero iff ELF header is compatible with the running host. */ static inline int elf_machine_matches_host (const Elf32_Ehdr *ehdr) |