]> sourceware.org Git - newlib-cygwin.git/commitdiff
PR binutils/13135
authorNick Clifton <nickc@redhat.com>
Tue, 24 Jul 2012 12:56:47 +0000 (12:56 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 24 Jul 2012 12:56:47 +0000 (12:56 +0000)
* 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.

include/ChangeLog
include/dis-asm.h

index 38e30cf89f83467c7beb45ac681eef38638122ff..f845dbbdf28341436f2c6ea020ca5ec4bd89da2a 100644 (file)
@@ -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".
index f9c8ae9d3cae72f9aaa5f158eef0e8e0d75c1424..661e7cf5893f8e51904138caf61043e9b6d75325 100644 (file)
@@ -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
 {
This page took 0.031285 seconds and 5 git commands to generate.