From 3b31740cb27d8255526502827f5528cf5f8e33fc Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Sat, 22 Jan 1994 04:28:17 +0000 Subject: * 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. --- bfd/bfd-in2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bfd/bfd-in2.h') 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)); -- cgit v1.1