diff options
author | Nick Clifton <nickc@redhat.com> | 2002-09-04 10:08:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-09-04 10:08:08 +0000 |
commit | 5c4e148a4e75b74182022de7df55ec7b6dc5cfb4 (patch) | |
tree | 99603e81f8b935b71bbeeba77a684689aed613a5 /include/dis-asm.h | |
parent | c7b8790401d61f122eb3b0e6ef5aab21fb4f6eb8 (diff) | |
download | gdb-5c4e148a4e75b74182022de7df55ec7b6dc5cfb4.tar.gz |
Have objdump's --help switch document PPC -M options.
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r-- | include/dis-asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dis-asm.h b/include/dis-asm.h index 0109068f3f8..ea74b99c76d 100644 --- a/include/dis-asm.h +++ b/include/dis-asm.h @@ -243,6 +243,7 @@ extern int print_insn_frv PARAMS ((bfd_vma, disassemble_info *)); extern disassembler_ftype arc_get_disassembler PARAMS ((void *)); extern disassembler_ftype cris_get_disassembler PARAMS ((bfd *)); +extern void print_ppc_disassembler_options PARAMS ((FILE *)); extern void print_arm_disassembler_options PARAMS ((FILE *)); extern void parse_arm_disassembler_option PARAMS ((char *)); extern int get_arm_regname_num_options PARAMS ((void)); |