@@ -1,3 +1,7 @@
+2015-04-06 Richard Henderson <rth@redhat.com>
+
+ * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
+
2015-04-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
[BZ #17596]
@@ -17,6 +17,7 @@
<http://www.gnu.org/licenses/>. */
#include <sysdeps/unix/sysdep.h>
+#include <dl-sysdep.h> /* Defines RTLD_PRIVATE_ERRNO. */
#ifdef __ASSEMBLER__
@@ -26,11 +27,6 @@
# include <regdef.h>
#endif
-#if IS_IN (rtld)
-# include <dl-sysdep.h> /* Defines RTLD_PRIVATE_ERRNO. */
-#endif
-
-
#define __LABEL(x) x##:
#define LEAF(name, framesize) \