summaryrefslogtreecommitdiff
path: root/binutils/bucomm.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-07-29 05:31:43 +0000
committerAlan Modra <amodra@gmail.com>2001-07-29 05:31:43 +0000
commit2f83960e2ca6a38b4a68d3c394fb2b5c0db2e2af (patch)
treee5c861876b941f8f7d9e13f47956cfee5d1c314f /binutils/bucomm.h
parent6608db57920a95e9fa46823fcc00b46b603d7809 (diff)
* bucomm.c (list_supported_architectures): New function.
* bucomm.h (list_supported_architectures): Declare. * objdump.c (usage): Call the above.
Diffstat (limited to 'binutils/bucomm.h')
-rw-r--r--binutils/bucomm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/bucomm.h b/binutils/bucomm.h
index f8c860860b..0c98a7f994 100644
--- a/binutils/bucomm.h
+++ b/binutils/bucomm.h
@@ -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 *));