Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2012-07-26 18:05:38 +0400
committercvs2svn <>2012-07-26 18:05:38 +0400
commit9e8fdd506723cbfb67c5dd23b4d2df2edf302acc (patch)
tree74470da1988588ea86f0e670b7d17ed0a89ea385 /include
parent843068a7cb1fea88027fa81e1dc12d5a99339bb2 (diff)
This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_23-branchpoint
2_23-branch'. Sprout from gdb_7_5-branch 2012-07-13 23:39:47 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb_7_5-branch'.' Cherrypick from master 2012-07-26 14:05:37 UTC Nick Clifton <nickc@redhat.com> 'Fix attributation of PR 13135 patch.': include/ChangeLog include/dis-asm.h Delete: djunpack.bat
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog6
-rw-r--r--include/dis-asm.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 38e30cf89..3f16e042d 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-24 Stephan McCamant <smcc@cs.berkeley.edu>
+ 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".
diff --git a/include/dis-asm.h b/include/dis-asm.h
index f9c8ae9d3..661e7cf58 100644
--- a/include/dis-asm.h
+++ b/include/dis-asm.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
{