diff options
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0146f68..b1c51c5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,8 +1,14 @@ Sat Nov 28 04:01:21 1992 John Gilmore (gnu@cygnus.com) - * libbfd-in.h, bfd-in.h: Eliminate all PROTO calls, replace with + * aout-target.h, aoutf1.h, trad-core.c, coffcode.h, libaout.h, + libbfd-in.h, bfd-in.h: Eliminate all PROTO calls, replace with PARAMS for readability. + * aoutx.h: Add type to callback parameter. + * coff-mips.c: Don't call trad-core.h, not needed. + * trad-core.c: Incorporate trad-core.h declarations. Fix comments. + * trad-core.h: Eliminate, unused. + Wed Nov 18 13:16:17 1992 Steve Chamberlain (sac@thepub.cygnus.com) * format.c (bfd_check_format): if default target isn't found |