From 94470b237bcb47804bd9a9e14ab45cb83eedd6f7 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 27 Jan 2000 21:44:26 +0000 Subject: Add support for documenting target specific disassembler options --- include/dis-asm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/dis-asm.h') diff --git a/include/dis-asm.h b/include/dis-asm.h index 121b398..b9383fa 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. */ -- cgit v1.1