Browse Source

gas/

* config.in: Rebuilt.
binutils/
	* config.in: Rebuilt.
readline_5_1-import-branch
Jakub Jelinek 20 years ago
parent
commit
82de001fc3
  1. 4
      binutils/ChangeLog
  2. 8
      binutils/config.in
  3. 4
      gas/ChangeLog
  4. 4
      gas/config.in

4
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

8
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

4
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

4
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

Loading…
Cancel
Save