mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
Fix prototype problems related to recent disassembler changes
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
Thu Apr 1 09:00:10 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||
|
||||
* dis-asm.h (dis_asm_read_memory): Fix prototype.
|
||||
|
||||
Wed Mar 31 17:40:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* dis-asm.h: Add print_insn_sparc.
|
||||
|
@ -54,7 +54,8 @@ extern void perror_memory PARAMS ((int, bfd_vma, struct disassemble_info *));
|
||||
|
||||
/* GDB--Like target_read_memory, but slightly different parameters. */
|
||||
extern int
|
||||
dis_asm_read_memory PARAMS ((bfd_vma memaddr, bfd_byte *myaddr, int len));
|
||||
dis_asm_read_memory PARAMS ((bfd_vma memaddr, bfd_byte *myaddr, int len,
|
||||
disassemble_info *info));
|
||||
|
||||
/* GDB--Like memory_error with slightly different parameters. */
|
||||
extern void
|
||||
|
Reference in New Issue
Block a user