diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2006-02-09 11:49:53 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@libertysurf.fr> | 2006-02-09 11:49:53 +0000 |
commit | db50c8404c624dfe903294d439c54a6db7c6d6c8 (patch) | |
tree | 874d08b3b39f37476ae09cda3d562e765b4fde8d /binutils/objdump.c | |
parent | 0f699bbe04b7247382b913e0e63375454d864b73 (diff) | |
download | gdb-db50c8404c624dfe903294d439c54a6db7c6d6c8.zip gdb-db50c8404c624dfe903294d439c54a6db7c6d6c8.tar.gz gdb-db50c8404c624dfe903294d439c54a6db7c6d6c8.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index fc9600c..838f083 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -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; |