Add support for documenting target specific disassembler options
This commit is contained in:
parent
11404e9c8c
commit
0d28a12178
|
@ -1,3 +1,7 @@
|
||||||
|
2000-01-27 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* dis-asm.h: Add prototype for disassembler_usage().
|
||||||
|
|
||||||
1999-12-15 Doug Evans <dje@transmeta.com>
|
1999-12-15 Doug Evans <dje@transmeta.com>
|
||||||
|
|
||||||
* dis-asm.h: Enclose in extern "C" ifdef __cplusplus.
|
* dis-asm.h: Enclose in extern "C" ifdef __cplusplus.
|
||||||
|
|
|
@ -194,6 +194,9 @@ extern int arm_toggle_regnames PARAMS ((void));
|
||||||
/* Fetch the disassembler for a given BFD, if that support is available. */
|
/* Fetch the disassembler for a given BFD, if that support is available. */
|
||||||
extern disassembler_ftype disassembler PARAMS ((bfd *));
|
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
|
/* This block of definitions is for particular callers who read instructions
|
||||||
into a buffer before calling the instruction decoder. */
|
into a buffer before calling the instruction decoder. */
|
||||||
|
|
Loading…
Reference in New Issue