gas/
authorJakub Jelinek <jakub@redhat.com>
Tue, 14 Feb 2006 08:59:10 +0000 (08:59 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 14 Feb 2006 08:59:10 +0000 (08:59 +0000)
* config.in: Rebuilt.
binutils/
* config.in: Rebuilt.

binutils/ChangeLog
binutils/config.in
gas/ChangeLog
gas/config.in

index 90257f8..b01e719 100644 (file)
@@ -1,3 +1,7 @@
+2006-02-14  Jakub Jelinek  <jakub@redhat.com>
+
+       * config.in: Rebuilt.
+
 2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR binutils/2258
index f5296e8..93d8e95 100644 (file)
    */
 #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
    */
 #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
 
index 7d12994..7b56cef 100644 (file)
@@ -1,3 +1,7 @@
+2006-02-14  Jakub Jelinek  <jakub@redhat.com>
+
+       * config.in: Rebuilt.
+
 2006-02-13  Bob Wilson  <bob.wilson@acm.org>
 
        * config/tc-xtensa.c (xg_add_opcode_fix): Number operands starting
index 9f8fd4f..b15d802 100644 (file)
 /* Is the prototype for getopt in <unistd.h> 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 <errno.h> header file. */
 #undef HAVE_ERRNO_H