* configure.ac (AC_HEADER_STAT): Remove.
authorPierre Muller <muller@sourceware.org>
Thu, 15 Nov 2012 14:48:26 +0000 (14:48 +0000)
committerPierre Muller <muller@sourceware.org>
Thu, 15 Nov 2012 14:48:26 +0000 (14:48 +0000)
* gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
and corresponding code.
* configure: Regenerate.
* config.in: Regenerate.

gdb/ChangeLog
gdb/config.in
gdb/configure
gdb/configure.ac
gdb/gdb_stat.h

index 848573824e8a6b0fa2510b8e434c2d8bf2e90a09..19528614a239bb695a677e97f66db06c5111a801 100644 (file)
@@ -1,3 +1,11 @@
+2012-11-15  Pierre Muller  <muller@sourceware.org>
+
+       * configure.ac (AC_HEADER_STAT): Remove.
+       * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
+       and corresponding code.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
 2012-11-15  Pierre Muller  <muller@sourceware.org>
 
        ARI xasprintf rule fixes.
index 9338a3924d8681cf7cf74f665858cce44caf0775..34aa31e8b6eb175256994783c88cd7b9e86e9ea7 100644 (file)
        STACK_DIRECTION = 0 => direction of growth unknown */
 #undef STACK_DIRECTION
 
-/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
-#undef STAT_MACROS_BROKEN
-
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
index 6d6fb098793a791b9bff64848911b1827ef36189..0d70d0aa1ec59c6c4332c010044301aa32ff16ae 100755 (executable)
@@ -8764,48 +8764,6 @@ fi
 
 fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
-$as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
-if test "${ac_cv_header_stat_broken+set}" = set; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <sys/types.h>
-#include <sys/stat.h>
-
-#if defined S_ISBLK && defined S_IFDIR
-extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
-#endif
-
-#if defined S_ISBLK && defined S_IFCHR
-extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
-#endif
-
-#if defined S_ISLNK && defined S_IFREG
-extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
-#endif
-
-#if defined S_ISSOCK && defined S_IFREG
-extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
-#endif
-
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_header_stat_broken=no
-else
-  ac_cv_header_stat_broken=yes
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
-$as_echo "$ac_cv_header_stat_broken" >&6; }
-if test $ac_cv_header_stat_broken = yes; then
-
-$as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
-
-fi
-
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
 $as_echo_n "checking for ANSI C header files... " >&6; }
 if test "${ac_cv_header_stdc+set}" = set; then :
index 1dbebf24faceb4886c000f6e5a77a9f4f971a9de..030fb06c420426fbb3d67f69408da7b016b3096f 100644 (file)
@@ -1072,7 +1072,6 @@ fi
 # ------------------------- #
 
 AC_HEADER_DIRENT
-AC_HEADER_STAT
 AC_HEADER_STDC
 # elf_hp.h is for HP/UX 64-bit shared library support.
 AC_CHECK_HEADERS([nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
index a5d13e8af2b4f3f5bdba659b0ee01a7c75d48dd6..51e2e5624c084df8d7d32dedb1aaa6a7b23a6764 100644 (file)
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#ifdef STAT_MACROS_BROKEN
-#undef S_ISBLK
-#undef S_ISCHR
-#undef S_ISDIR
-#undef S_ISREG
-#undef S_ISFIFO
-#undef S_ISLNK
-#undef S_ISSOCK
-#undef S_ISMPB
-#undef S_ISMPC
-#undef S_ISNWK
-#endif
-
 #if !defined(S_ISBLK) && defined(S_IFBLK)
 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
 #endif