]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.in: Remove bzero and bcopy from call to AC_CHECK_FUNCS.
authorMark Kettenis <kettenis@gnu.org>
Tue, 31 Dec 2002 13:05:02 +0000 (13:05 +0000)
committerMark Kettenis <kettenis@gnu.org>
Tue, 31 Dec 2002 13:05:02 +0000 (13:05 +0000)
* config.in, configure: Regenerated.

gdb/ChangeLog
gdb/config.in
gdb/configure
gdb/configure.in

index ad2cfdaf1b15fe501859e9b3e39ef03a6757c576..9f077ac6f8d02d91644f9a6d88df0046a95baddd 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-31  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Remove bzero and bcopy from call to AC_CHECK_FUNCS.
+       * config.in, configure: Regenerated.
+
 2002-12-31  Mark Kettenis  <kettenis@gnu.org>
 
        * gdb_dirent.h: Cleanup and update code to match the example in
index 921b1682042746071e993de8e792fcb0b1b52832..dbc4a5fdad6b572bb0253f54e4d9c8c9ce1041f2 100644 (file)
 /* Define if you have the __argz_stringify function.  */
 #undef HAVE___ARGZ_STRINGIFY
 
-/* Define if you have the bcopy function.  */
-#undef HAVE_BCOPY
-
 /* Define if you have the btowc function.  */
 #undef HAVE_BTOWC
 
-/* Define if you have the bzero function.  */
-#undef HAVE_BZERO
-
 /* Define if you have the canonicalize_file_name function.  */
 #undef HAVE_CANONICALIZE_FILE_NAME
 
index a6381f92ed2100828582b4058abe54ccba1e8308..b9267e38da6d455cbeaab80b4b8dc0fd02530ebb 100755 (executable)
@@ -3732,7 +3732,7 @@ EOF
 esac
 
 
-for ac_func in bcopy btowc bzero canonicalize_file_name isascii poll \
+for ac_func in btowc canonicalize_file_name isascii poll \
        realpath sbrk setpgid setpgrp sigaction sigprocmask sigsetmask 
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
index 4c549cc559049ef6e29c5059b6d69b1477ea7e02..42e117729da68e1fe5d26e5b4e434cf3224b98c1 100644 (file)
@@ -135,7 +135,7 @@ AC_HEADER_STAT
 AC_C_CONST
 AC_C_INLINE
 
-AC_CHECK_FUNCS(bcopy btowc bzero canonicalize_file_name isascii poll \
+AC_CHECK_FUNCS(btowc canonicalize_file_name isascii poll \
        realpath sbrk setpgid setpgrp sigaction sigprocmask sigsetmask )
 AC_FUNC_ALLOCA
 AC_FUNC_VFORK