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 90257f8c5af7e6df5931fe178093cf85cf721a14..b01e71935a13ab1d3deb23ce4aee49f56ccb54ec 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 f5296e8dc233ce6c8d1bfb2bb5dd6016d96e066d..93d8e952837929a9a64f851ae2d28ac056cd6706 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 7d12994c1542072f1965b238a68b8d66e5e51b03..7b56cef70ab25cc43e33e9e49e4357602909f19d 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 9f8fd4f8c71677a94e0a4327220b5561540b6dad..b15d8024aba2479399f975d666a57e647ff96fe9 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
 
This page took 0.026739 seconds and 4 git commands to generate.