mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 14:08:09 +08:00
* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user