* configure.in (AM_BINUTILS_WARNINGS): Add.

(BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
	* configure: Regenerate.
	* config.in: Regenerate.
	* objdump.c (NEED_DECLARATION_*): Replace with !HAVE_DECL_*.
	* bucomm.h: (NEED_DECLARATION_*): Ditto.
This commit is contained in:
Steve Ellcey
2005-07-01 15:19:47 +00:00
parent bba93f6c2c
commit 398ee8f162
6 changed files with 148 additions and 208 deletions

View File

@ -65,7 +65,7 @@
#define BYTES_IN_WORD 32
#include "aout/aout64.h"
#ifdef NEED_DECLARATION_FPRINTF
#if !HAVE_DECL_FPRINTF
/* This is needed by init_disassemble_info(). */
extern int fprintf (FILE *, const char *, ...);
#endif