diff options
author | David MacKenzie <djm@cygnus> | 1994-01-22 04:28:17 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-01-22 04:28:17 +0000 |
commit | 3b31740cb27d8255526502827f5528cf5f8e33fc (patch) | |
tree | c070e5ebc6da260e818e57a03d008991f862efeb /bfd/ChangeLog | |
parent | 0f8f509c6aece2357200af325524f53e90d3333d (diff) | |
download | gdb-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/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6e11748..be28625 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Fri Jan 21 16:25:35 1994 David J. Mackenzie (djm@thepub.cygnus.com) + * 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-in.h: Remove decls of bfd_ec type and error printing functions. Remove decl of type symclass; wasn't used. * bfd.c: Document error handling, including code fragments |