* bucomm.c (list_supported_architectures): New function.

* bucomm.h (list_supported_architectures): Declare.
	* objdump.c (usage): Call the above.
This commit is contained in:
Alan Modra
2001-07-29 05:31:43 +00:00
parent 6608db5792
commit 2f83960e2c
4 changed files with 28 additions and 0 deletions

View File

@@ -164,6 +164,8 @@ void list_matching_formats PARAMS ((char **p));
void list_supported_targets PARAMS ((const char *, FILE *));
void list_supported_architectures PARAMS ((const char *, FILE *));
void print_arelt_descr PARAMS ((FILE *file, bfd *abfd, boolean verbose));
char *make_tempname PARAMS ((char *));