From 6840c26ea15a696acdff34c50db3b5dd9d78dd66 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 20 May 2005 11:32:51 +0000 Subject: [PATCH] * configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS. --- gdb/ChangeLog | 6 ++++++ gdb/configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cbf67af454..4e0f0ed7e5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-05-20 Eli Zaretskii + + * configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS. + 2005-05-20 Joel Brobecker * alpha-tdep.c (fp_register_zero_p): New function. @@ -40,6 +44,7 @@ (regcache_raw_write_part, regcache_cooked_read_part) (regcache_cooked_write_part, read_register, regcache_raw_supply): +>>>>>>> 1.7166 2005-05-17 Corinna Vinschen * MAINTAINERS: Undelete v850. @@ -187,6 +192,7 @@ (_initialize_linux_nat, lin_thread_get_thread_signals): Use SA_RESTART. +>>>>>>> 1.7163 2005-05-14 Mark Kettenis * configure.tgt (vax-*-openbsd*): Set gdb_target to obsd. diff --git a/gdb/configure.ac b/gdb/configure.ac index 554c46530d..32635dadac 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -418,7 +418,7 @@ AC_CHECK_HEADERS(ctype.h time.h) AC_CHECK_DECLS([free, malloc, realloc]) AC_CHECK_DECLS([strerror, strstr]) -AC_CHECK_DECLS(getopt) +AC_CHECK_DECLS([getopt, snprintf, vsnprintf]) # ----------------------- # # Checks for structures. # -- 2.11.0