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:
authorNick Clifton <nickc@redhat.com>2000-01-28 00:44:26 +0300
committerNick Clifton <nickc@redhat.com>2000-01-28 00:44:26 +0300
commit0d28a12178cdc46e119a6bd294516037478afb34 (patch)
tree30438934e7dcbca79e769c218030909a45d1e2b7 /include/dis-asm.h
parent11404e9c8c529372a369ae4cec6f447874e360ba (diff)
Add support for documenting target specific disassembler options
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r--include/dis-asm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dis-asm.h b/include/dis-asm.h
index 121b39830..b9383fa71 100644
--- a/include/dis-asm.h
+++ b/include/dis-asm.h
@@ -194,6 +194,9 @@ extern int arm_toggle_regnames PARAMS ((void));
/* Fetch the disassembler for a given BFD, if that support is available. */
extern disassembler_ftype disassembler PARAMS ((bfd *));
+/* Document any target specific options available from the disassembler. */
+extern void disassembler_usage PARAMS ((FILE *));
+
/* This block of definitions is for particular callers who read instructions
into a buffer before calling the instruction decoder. */