diff options
author | John Gilmore <gnu@cygnus> | 1992-11-28 13:00:18 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-11-28 13:00:18 +0000 |
commit | 1f29e30b1f011b35c948b048e7f19cfa663d57d9 (patch) | |
tree | 6bdf19737e1e8dc3d65b1fc62b1c2049f892fdb5 /bfd/ChangeLog | |
parent | d4a06831c1121dc4205135127d82a3fb6d53f26b (diff) | |
download | gdb-1f29e30b1f011b35c948b048e7f19cfa663d57d9.zip gdb-1f29e30b1f011b35c948b048e7f19cfa663d57d9.tar.gz gdb-1f29e30b1f011b35c948b048e7f19cfa663d57d9.tar.bz2 |
* aout-target.h, aoutf1.h, trad-core.c, coffcode.h, libaout.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.
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 |