diff options
author | Dave Brolley <brolley@redhat.com> | 2007-02-05 19:17:10 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2007-02-05 19:17:10 +0000 |
commit | d6eafc3ec4a75b59ae377a1f011cbec50e5bbeb8 (patch) | |
tree | 304b0129f0130dacf0b4eb0139c850df4e86504f | |
parent | ece7861f4c5bfdeaf347c78d1701e136240b4ce5 (diff) | |
download | fsf-binutils-gdb-d6eafc3ec4a75b59ae377a1f011cbec50e5bbeb8.zip fsf-binutils-gdb-d6eafc3ec4a75b59ae377a1f011cbec50e5bbeb8.tar.gz fsf-binutils-gdb-d6eafc3ec4a75b59ae377a1f011cbec50e5bbeb8.tar.bz2 |
2007-02-05 Dave Brolley <brolley@redhat.com>
* Contribute the following changes:
2001-03-26 Ben Elliston <bje@redhat.com>
* dis-asm.h (print_insn_mep): Declare.
-rw-r--r-- | include/ChangeLog | 7 | ||||
-rw-r--r-- | include/dis-asm.h | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 4e0c63c..c105dbe 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,10 @@ +2007-02-05 Dave Brolley <brolley@redhat.com> + + * Contribute the following changes: + 2001-03-26 Ben Elliston <bje@redhat.com> + + * dis-asm.h (print_insn_mep): Declare. + 2007-02-02 H.J. Lu <hongjiu.lu@intel.com> * dis-asm.h (print_i386_disassembler_options): New. diff --git a/include/dis-asm.h b/include/dis-asm.h index 9dfd503..87810f4 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 { @@ -251,6 +251,7 @@ extern int print_insn_m88k (bfd_vma, disassemble_info *); extern int print_insn_maxq_big (bfd_vma, disassemble_info *); extern int print_insn_maxq_little (bfd_vma, disassemble_info *); extern int print_insn_mcore (bfd_vma, disassemble_info *); +extern int print_insn_mep (bfd_vma, disassemble_info *); extern int print_insn_mmix (bfd_vma, disassemble_info *); extern int print_insn_mn10200 (bfd_vma, disassemble_info *); extern int print_insn_mn10300 (bfd_vma, disassemble_info *); |