]> sourceware.org Git - glibc.git/commitdiff
Remove mips VERSYMIDX macro definition
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 28 Sep 2012 16:42:08 +0000 (09:42 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 28 Sep 2012 18:31:18 +0000 (11:31 -0700)
ports/ChangeLog.mips
ports/sysdeps/mips/dl-trampoline.c

index 8c41753e58b7471dcb871c640e44bd7dc75c76d8..9df62cca023611ac20656fd77a04b113c5bc286b 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * sysdeps/mips/dl-trampoline.c (VERSYMIDX): Likewise.
+
 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/mips/kernel-features.h
index 3454eb306fafc36626d05729806528ac254c1694..e4886cc9bd87db0fb79ff6e59726142bac04826b 100644 (file)
@@ -112,8 +112,6 @@ elf_machine_runtime_link_map (ElfW(Addr) gpreg, ElfW(Addr) stub_pc)
    generated by the gnu linker. */
 int _dl_mips_gnu_objects = 1;
 
-#define VERSYMIDX(sym)  (DT_NUM + DT_THISPROCNUM + DT_VERSIONTAGIDX (sym))
-
 /* This is called from assembly stubs below which the compiler can't see.  */
 static ElfW(Addr)
 __dl_runtime_resolve (ElfW(Word), ElfW(Word), ElfW(Addr), ElfW(Addr))
This page took 0.04671 seconds and 5 git commands to generate.