sim: v850: assume chown is available
authorMike Frysinger <vapier@gentoo.org>
Sat, 29 May 2021 16:47:59 +0000 (12:47 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 8 Jun 2021 04:15:56 +0000 (00:15 -0400)
Now that gnulib provides a wrapper, assume it always exists.

sim/v850/ChangeLog
sim/v850/config.in
sim/v850/configure
sim/v850/configure.ac
sim/v850/simops.c

index 29237d80c9850d115b3d0c17badee40b2b69a9df..8f0baa082047ed5b34556d5ea148da9e031f6879 100644 (file)
@@ -1,3 +1,9 @@
+2021-06-08  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac (AC_CHECK_FUNCS_ONCE): Remove chown.
+       * simops.c (OP_10007E0): Remove HAVE_CHOWN check.
+       * config.in, configure: Regenerate.
+
 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
 
        * simops.c (OP_10007E0): Add (void*) casts to argv & envp.
index 74af5e5087e01de00270fe31eaf7166b647b7b4f..b6a4255b404bcb332224d1d8e7f2696ed93220cc 100644 (file)
@@ -13,9 +13,6 @@
 /* Define to 1 if you have the `chmod' function. */
 #undef HAVE_CHMOD
 
-/* Define to 1 if you have the `chown' function. */
-#undef HAVE_CHOWN
-
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #undef HAVE_DLFCN_H
 
index bc49f306a27f3768110754a417cab8ab037e1951..29999bde70198c8ca71b0dec76feed0bbeb66881 100755 (executable)
@@ -2321,7 +2321,6 @@ as_fn_append ac_func_list " utime"
 as_fn_append ac_func_list " fork"
 as_fn_append ac_func_list " execve"
 as_fn_append ac_func_list " execv"
-as_fn_append ac_func_list " chown"
 as_fn_append ac_header_list " utime.h"
 # Check that the precious variables saved in the cache have kept the same
 # value.
@@ -11220,7 +11219,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11223 "configure"
+#line 11222 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11326,7 +11325,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11329 "configure"
+#line 11328 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12057,8 +12056,6 @@ fi
 
 
 
-
-
 # Check whether --enable-werror was given.
 if test "${enable_werror+set}" = set; then :
   enableval=$enable_werror; case "${enableval}" in
index f2edf1f7c4800f0709b968ea867a7dee035bfce1..892e78b90ff3ecd8e13011363d38ba9af5c28e87 100644 (file)
@@ -9,7 +9,7 @@ SIM_AC_OPTION_ALIGNMENT(,NONSTRICT_ALIGNMENT)
 SIM_AC_OPTION_RESERVED_BITS
 SIM_AC_OPTION_BITSIZE(32,31)
 
-AC_CHECK_FUNCS_ONCE(chmod utime fork execve execv chown)
+AC_CHECK_FUNCS_ONCE(chmod utime fork execve execv)
 AC_CHECK_HEADERS_ONCE(utime.h)
 
 SIM_AC_OUTPUT
index f0e2745dee939150b5b64fc501ef9528edcf7c2d..800a5904ea447494b1c5c7a7d270fd18d28d1611 100644 (file)
@@ -1859,7 +1859,6 @@ OP_10007E0 (void)
          break;
 #endif
 
-#ifdef HAVE_CHOWN
 #ifdef TARGET_SYS_chown
        case TARGET_SYS_chown:
          {
@@ -1870,7 +1869,6 @@ OP_10007E0 (void)
          }
          break;
 #endif
-#endif
 
 #if HAVE_CHMOD
 #ifdef TARGET_SYS_chmod