alpha: Unconditionally include dl-sysdep.h in sysdep.h
authorRichard Henderson <rth@twiddle.net>
Mon, 6 Apr 2015 17:36:44 +0000 (10:36 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 6 Apr 2015 17:36:44 +0000 (10:36 -0700)
Fixes a -Wundef error wrt RTLD_PRIVATE_ERRNO.

ChangeLog
sysdeps/unix/alpha/sysdep.h

index 54831a7..6416ce2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index d160214..ff87793 100644 (file)
@@ -17,6 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/unix/sysdep.h>
+#include <dl-sysdep.h>         /* Defines RTLD_PRIVATE_ERRNO.  */
 
 #ifdef __ASSEMBLER__
 
 # 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)                  \