PR binutils/13135
* arm-dis.c: Add necessary casts for printing integer values. Use %s when printing string values. * hppa-dis.c: Likewise. * m68k-dis.c: Likewise. * microblaze-dis.c: Likewise. * mips-dis.c: Likewise. * ppc-dis.c: Likewise. * sparc-dis.c: Likewise. * dis-asm.h (fprintf_ftype): Add ATTRIBUTE_FPTR_PRINTF_2.
This commit is contained in:
parent
44aa2292b7
commit
5f3eab86a6
|
@ -1,3 +1,8 @@
|
|||
2012-07-24 Dr David Alan Gilbert <dave@treblig.org>
|
||||
|
||||
PR binutils/13135
|
||||
* dis-asm.h (fprintf_ftype): Add ATTRIBUTE_FPTR_PRINTF_2.
|
||||
|
||||
2012-07-13 Doug Evans <dje@google.com>
|
||||
|
||||
* filenames.h: #include "hashtab.h".
|
||||
|
|
|
@ -35,7 +35,7 @@ extern "C" {
|
|||
#include <stdio.h>
|
||||
#include "bfd.h"
|
||||
|
||||
typedef int (*fprintf_ftype) (void *, const char*, ...) /*ATTRIBUTE_FPTR_PRINTF_2*/;
|
||||
typedef int (*fprintf_ftype) (void *, const char*, ...) ATTRIBUTE_FPTR_PRINTF_2;
|
||||
|
||||
enum dis_insn_type
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue