summaryrefslogtreecommitdiff
path: root/binutils/bucomm.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-07-29 05:31:43 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-07-29 05:31:43 +0000
commita534844c73d1cc692bf5987997e0b20e924eb4f8 (patch)
tree0e9ff7fd19e5743fc3910332e0101a7702ac8a8c /binutils/bucomm.h
parent672a411b4547df8f85fdbecc8ffc313d2f5c6fbe (diff)
downloadbinutils-redhat-a534844c73d1cc692bf5987997e0b20e924eb4f8.tar.gz
* 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 *));