aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1994-01-22 04:28:17 +0000
committerDavid MacKenzie <djm@cygnus>1994-01-22 04:28:17 +0000
commit3b31740cb27d8255526502827f5528cf5f8e33fc (patch)
treec070e5ebc6da260e818e57a03d008991f862efeb /bfd/bfd-in2.h
parent0f8f509c6aece2357200af325524f53e90d3333d (diff)
downloadgdb-3b31740cb27d8255526502827f5528cf5f8e33fc.zip
gdb-3b31740cb27d8255526502827f5528cf5f8e33fc.tar.gz
gdb-3b31740cb27d8255526502827f5528cf5f8e33fc.tar.bz2
* targets.c: Add a vector of matching format names.
* format.c (bfd_matching_formats): New function to return it. (bfd_check_format): Set it. * bfd-in2.h: Regenerated.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index f5ca9e2..4f9573f 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -2057,6 +2057,9 @@ bfd_target_list PARAMS ((void));
boolean
bfd_check_format PARAMS ((bfd *abfd, bfd_format format));
+char **
+bfd_matching_formats PARAMS (());
+
boolean
bfd_set_format PARAMS ((bfd *abfd, bfd_format format));