aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1994-01-24 23:33:23 +0000
committerDavid MacKenzie <djm@cygnus>1994-01-24 23:33:23 +0000
commitaabda2da07cdaa4d5ed277fce7d99da42499df1e (patch)
treeb87b1cf15b16e2066797707371d63673daa3b55f /bfd/bfd-in2.h
parentdb2e6adb5b3e3ac5c6e54c9e51cb92b2b421d001 (diff)
downloadgdb-aabda2da07cdaa4d5ed277fce7d99da42499df1e.zip
gdb-aabda2da07cdaa4d5ed277fce7d99da42499df1e.tar.gz
gdb-aabda2da07cdaa4d5ed277fce7d99da42499df1e.tar.bz2
* format.c (bfd_check_format_matches): New function.
(bfd_check_format): Call it. (bfd_matching_formats): Function removed. * targets.c: Replace the vector added on Jan 21 with a count of entries in default_vector. * bfd-in2.h: Regenerated.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 4f9573f..6916784 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -2057,8 +2057,8 @@ bfd_target_list PARAMS ((void));
boolean
bfd_check_format PARAMS ((bfd *abfd, bfd_format format));
-char **
-bfd_matching_formats PARAMS (());
+boolean
+bfd_check_format_matches PARAMS ((bfd *abfd, bfd_format format, char ***matching));
boolean
bfd_set_format PARAMS ((bfd *abfd, bfd_format format));