summaryrefslogtreecommitdiff
path: root/include/dis-asm.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-01-27 21:44:26 +0000
committerNick Clifton <nickc@redhat.com>2000-01-27 21:44:26 +0000
commitce30bf8776026c07c4d14e87b247f9a204b10d64 (patch)
tree9e855ca84c48ea0126d68b3d9462462292b9e566 /include/dis-asm.h
parent5efcc7de7f82c9fb0da2d938d12d2b373e4b8acf (diff)
downloadgdb-ce30bf8776026c07c4d14e87b247f9a204b10d64.tar.gz
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 121b3983030..b9383fa7108 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. */