summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-02-14 08:59:10 +0000
committerJakub Jelinek <jakub@redhat.com>2006-02-14 08:59:10 +0000
commit5e4803356f0be9e746dc9c1553a5f67ae6e2e2e1 (patch)
treeb618af6a311832dd3907e9425fefd42835453eea
parent54b6e049eb55c3ec7b389501db5a64e2418f2d53 (diff)
downloadbinutils-redhat-5e4803356f0be9e746dc9c1553a5f67ae6e2e2e1.tar.gz
gas/
* config.in: Rebuilt. binutils/ * config.in: Rebuilt.
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/config.in8
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config.in4
4 files changed, 20 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 90257f8c5a..b01e71935a 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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
diff --git a/binutils/config.in b/binutils/config.in
index f5296e8dc2..93d8e95283 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 7d12994c15..7b56cef70a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/config.in b/gas/config.in
index 9f8fd4f8c7..b15d8024ab 100644
--- a/gas/config.in
+++ b/gas/config.in
@@ -48,6 +48,10 @@
/* 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