forked from Imagelibrary/binutils-gdb
* configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
* configure: Regenerate. * objdump.c (fprintf): Remove declaration. * bucomm.h (fprintf): Declare if not already declared. (snprintf): Likewise. (vsnprintf): Likewise.
This commit is contained in:
@@ -66,11 +66,6 @@
|
||||
#define BYTES_IN_WORD 32
|
||||
#include "aout/aout64.h"
|
||||
|
||||
#if !HAVE_DECL_FPRINTF
|
||||
/* This is needed by init_disassemble_info(). */
|
||||
extern int fprintf (FILE *, const char *, ...);
|
||||
#endif
|
||||
|
||||
/* Exit status. */
|
||||
static int exit_status = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user