Module Name: src Committed By: rin Date: Sun Aug 20 02:28:23 UTC 2023
Modified Files: src/external/gpl3/gdb/dist/gnulib: configure src/external/gpl3/gdb/dist/gnulib/import/m4: rename.m4 Log Message: gdb/gnulib: Revert rename(2) workaround for now To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/dist/gnulib/configure cvs rdiff -u -r1.4 -r1.5 \ src/external/gpl3/gdb/dist/gnulib/import/m4/rename.m4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gdb/dist/gnulib/configure diff -u src/external/gpl3/gdb/dist/gnulib/configure:1.4 src/external/gpl3/gdb/dist/gnulib/configure:1.5 --- src/external/gpl3/gdb/dist/gnulib/configure:1.4 Sun Aug 20 02:02:40 2023 +++ src/external/gpl3/gdb/dist/gnulib/configure Sun Aug 20 02:28:22 2023 @@ -31797,8 +31797,6 @@ else *-gnu*) gl_cv_func_rename_slash_dst_works="guessing yes" ;; # Guess no on native Windows. mingw*) gl_cv_func_rename_slash_dst_works="guessing no" ;; - # Guess yes on NetBSD systems. - netbsd*) gl_cv_func_rename_slash_dst_works="guessing yes" ;; # If we don't know, obey --enable-cross-guesses. *) gl_cv_func_rename_slash_dst_works="$gl_cross_guess_normal" ;; esac @@ -31872,8 +31870,6 @@ else *-gnu*) gl_cv_func_rename_slash_src_works="guessing yes" ;; # Guess yes on native Windows. mingw*) gl_cv_func_rename_slash_src_works="guessing yes" ;; - # Guess yes on NetBSD systems. - netbsd*) gl_cv_func_rename_slash_src_works="guessing yes" ;; # If we don't know, obey --enable-cross-guesses. *) gl_cv_func_rename_slash_src_works="$gl_cross_guess_normal" ;; esac @@ -32000,8 +31996,6 @@ fi *-gnu*) gl_cv_func_rename_link_works="guessing yes" ;; # Guess yes on native Windows. mingw*) gl_cv_func_rename_link_works="guessing yes" ;; - # Guess yes on NetBSD systems. - netbsd*) gl_cv_func_rename_link_works="guessing yes" ;; # If we don't know, obey --enable-cross-guesses. *) gl_cv_func_rename_link_works="$gl_cross_guess_normal" ;; esac @@ -32039,8 +32033,6 @@ else *-gnu*) gl_cv_func_rename_dest_works="guessing yes" ;; # Guess no on native Windows. mingw*) gl_cv_func_rename_dest_works="guessing no" ;; - # Guess yes on NetBSD systems. - netbsd*) gl_cv_func_rename_dest_works="guessing yes" ;; # If we don't know, obey --enable-cross-guesses. *) gl_cv_func_rename_dest_works="$gl_cross_guess_normal" ;; esac Index: src/external/gpl3/gdb/dist/gnulib/import/m4/rename.m4 diff -u src/external/gpl3/gdb/dist/gnulib/import/m4/rename.m4:1.4 src/external/gpl3/gdb/dist/gnulib/import/m4/rename.m4:1.5 --- src/external/gpl3/gdb/dist/gnulib/import/m4/rename.m4:1.4 Sun Aug 20 02:02:40 2023 +++ src/external/gpl3/gdb/dist/gnulib/import/m4/rename.m4 Sun Aug 20 02:28:22 2023 @@ -61,8 +61,6 @@ AC_DEFUN([gl_FUNC_RENAME], *-gnu*) gl_cv_func_rename_slash_dst_works="guessing yes" ;; # Guess no on native Windows. mingw*) gl_cv_func_rename_slash_dst_works="guessing no" ;; - # Guess yes on NetBSD systems. - netbsd*) gl_cv_func_rename_slash_dst_works="guessing yes" ;; # If we don't know, obey --enable-cross-guesses. *) gl_cv_func_rename_slash_dst_works="$gl_cross_guess_normal" ;; esac @@ -119,8 +117,6 @@ AC_DEFUN([gl_FUNC_RENAME], *-gnu*) gl_cv_func_rename_slash_src_works="guessing yes" ;; # Guess yes on native Windows. mingw*) gl_cv_func_rename_slash_src_works="guessing yes" ;; - # Guess yes on NetBSD systems. - netbsd*) gl_cv_func_rename_slash_src_works="guessing yes" ;; # If we don't know, obey --enable-cross-guesses. *) gl_cv_func_rename_slash_src_works="$gl_cross_guess_normal" ;; esac @@ -192,8 +188,6 @@ AC_DEFUN([gl_FUNC_RENAME], *-gnu*) gl_cv_func_rename_link_works="guessing yes" ;; # Guess yes on native Windows. mingw*) gl_cv_func_rename_link_works="guessing yes" ;; - # Guess yes on NetBSD systems. - netbsd*) gl_cv_func_rename_link_works="guessing yes" ;; # If we don't know, obey --enable-cross-guesses. *) gl_cv_func_rename_link_works="$gl_cross_guess_normal" ;; esac @@ -243,8 +237,6 @@ AC_DEFUN([gl_FUNC_RENAME], *-gnu*) gl_cv_func_rename_dest_works="guessing yes" ;; # Guess no on native Windows. mingw*) gl_cv_func_rename_dest_works="guessing no" ;; - # Guess yes on NetBSD systems. - netbsd*) gl_cv_func_rename_dest_works="guessing yes" ;; # If we don't know, obey --enable-cross-guesses. *) gl_cv_func_rename_dest_works="$gl_cross_guess_normal" ;; esac