aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/math-type-macros-double.h7
-rw-r--r--sysdeps/generic/math-type-macros.h12
2 files changed, 0 insertions, 19 deletions
diff --git a/sysdeps/generic/math-type-macros-double.h b/sysdeps/generic/math-type-macros-double.h
index a755699..f2c1bb8 100644
--- a/sysdeps/generic/math-type-macros-double.h
+++ b/sysdeps/generic/math-type-macros-double.h
@@ -37,13 +37,6 @@
weak_alias (from, to ## l)
#endif
-#if defined NO_LONG_DOUBLE && !defined declare_mgen_alias_2
-# define declare_mgen_alias_2(from, to, to2) \
- declare_mgen_alias (from, to) \
- weak_alias (from, to2) \
- weak_alias (from, to2 ## l)
-#endif
-
/* Supply the generic macros. */
#include <math-type-macros.h>
diff --git a/sysdeps/generic/math-type-macros.h b/sysdeps/generic/math-type-macros.h
index b4c2aee..5656724 100644
--- a/sysdeps/generic/math-type-macros.h
+++ b/sysdeps/generic/math-type-macros.h
@@ -41,11 +41,6 @@
This exposes the appropriate symbol(s) for a
function f of type FLOAT.
- declare_mgen_alias_2(from,to,to2)
- This exposes the appropriate symbol(s) for a
- function f of type FLOAT when it is aliased
- to two symbols.
-
M_LIBM_NEED_COMPAT(func)
This is utilized in macro context to indicate
whether func should declare compat symbols.
@@ -121,13 +116,6 @@
# define declare_mgen_alias(from, to) weak_alias (M_SUF (from), M_SUF (to))
#endif
-/* Likewise, if two aliases are derived from the same symbol. */
-#ifndef declare_mgen_alias_2
-# define declare_mgen_alias_2(from, to, to2) \
- declare_mgen_alias (from, to) \
- declare_mgen_alias (from, to2)
-#endif
-
/* Do not generate anything for compat symbols by default. */
#ifndef M_LIBM_NEED_COMPAT
# define M_LIBM_NEED_COMPAT(func) 0