aboutsummaryrefslogtreecommitdiff
path: root/include/libc-symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libc-symbols.h')
-rw-r--r--include/libc-symbols.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index 1d08ab5f2e..12b3639647 100644
--- a/include/libc-symbols.h
+++ b/include/libc-symbols.h
@@ -772,23 +772,6 @@ for linking")
} \
__asm__ (".type " #name ", %gnu_indirect_function");
-#define libc_ifunc_vdso1(name, vdsoname) \
- extern void *name##_ifunc (void) __asm__ (#name); \
- void *name##_ifunc (void) \
- { \
- PREPARE_VERSION (linux26, "LINUX_2.6", 61765110); \
- return _dl_vdso_vsym (#vdsoname, &linux26); \
- } \
- __asm__ (".type " #name ", %gnu_indirect_function");
-
-/* Macro used for indirection function symbols with vDSO. */
-#define libc_ifunc_vdso(name, vdsoname) \
- libc_ifunc_vdso1 (name, vdsoname)
-
-/* Macro used for hidden indirection function symbols with vDSO. */
-#define libc_ifunc_vdso_hidden(name, vdsoname) \
- libc_ifunc_vdso1 (__GI_##name, vdsoname)
-
/* The body of the function is supposed to use __get_cpu_features
which will, if necessary, initialize the data first. */
#define libm_ifunc(name, expr) \