From: Jakub Jelinek Date: Tue, 14 Feb 2006 08:59:10 +0000 (+0000) Subject: gas/ X-Git-Tag: gdb-csl-20060226-branchpoint~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82de001fc3aca3d1e50e1ddae4a381e8aefbdae3;p=platform%2Fupstream%2Fbinutils.git gas/ * config.in: Rebuilt. binutils/ * config.in: Rebuilt. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 90257f8..b01e719 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2006-02-14 Jakub Jelinek + + * config.in: Rebuilt. + 2006-02-10 H.J. Lu PR binutils/2258 diff --git a/binutils/config.in b/binutils/config.in index f5296e8..93d8e95 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -50,6 +50,10 @@ */ #undef HAVE_DECL_SBRK +/* Define to 1 if you have the declaration of `snprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_SNPRINTF + /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. */ #undef HAVE_DECL_STPCPY @@ -58,6 +62,10 @@ */ #undef HAVE_DECL_STRSTR +/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_VSNPRINTF + /* Does the platform use an executable suffix? */ #undef HAVE_EXECUTABLE_SUFFIX diff --git a/gas/ChangeLog b/gas/ChangeLog index 7d12994..7b56cef 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-02-14 Jakub Jelinek + + * config.in: Rebuilt. + 2006-02-13 Bob Wilson * config/tc-xtensa.c (xg_add_opcode_fix): Number operands starting diff --git a/gas/config.in b/gas/config.in index 9f8fd4f..b15d802 100644 --- a/gas/config.in +++ b/gas/config.in @@ -48,6 +48,10 @@ /* Is the prototype for getopt in in the expected format? */ #undef HAVE_DECL_GETOPT +/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_VSNPRINTF + /* Define to 1 if you have the header file. */ #undef HAVE_ERRNO_H