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:
authorHans-Peter Nilsson <hp@axis.com>2000-09-29 22:07:47 +0400
committerHans-Peter Nilsson <hp@axis.com>2000-09-29 22:07:47 +0400
commit88d06849ff2c144a0bdc66f5978d21340e19be25 (patch)
tree3a02f613fcacdae6c66fc011bc89148a84948d60 /include/dis-asm.h
parent2470ae91c341bff07507fdee80d6b88f24a64cc7 (diff)
* dis-asm.h: Declare cris_get_disassembler, not print_insn_cris.
Fix typo in comment.
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r--include/dis-asm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dis-asm.h b/include/dis-asm.h
index 179473c4b..a7bb51a1f 100644
--- a/include/dis-asm.h
+++ b/include/dis-asm.h
@@ -191,7 +191,7 @@ extern int print_insn_big_powerpc PARAMS ((bfd_vma, disassemble_info*));
extern int print_insn_little_powerpc PARAMS ((bfd_vma, disassemble_info*));
extern int print_insn_rs6000 PARAMS ((bfd_vma, disassemble_info*));
extern int print_insn_w65 PARAMS ((bfd_vma, disassemble_info*));
-extern int print_insn_cris PARAMS ((bfd_vma, disassemble_info*));
+extern disassembler_ftype cris_get_disassembler PARAMS ((bfd *));
extern int print_insn_d10v PARAMS ((bfd_vma, disassemble_info*));
extern int print_insn_d30v PARAMS ((bfd_vma, disassemble_info*));
extern int print_insn_v850 PARAMS ((bfd_vma, disassemble_info*));
@@ -251,7 +251,7 @@ extern int generic_symbol_at_address
/* Call this macro to initialize only the internal variables for the
disassembler. Architecture dependent things such as byte order, or machine
variant are not touched by this macro. This makes things much easier for
- GDB which must initialize these things seperatly. */
+ GDB which must initialize these things separately. */
#define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \
(INFO).fprintf_func = (fprintf_ftype)(FPRINTF_FUNC), \