diff options
author | John Gilmore <gnu@cygnus> | 1992-11-05 11:13:01 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-11-05 11:13:01 +0000 |
commit | fefb4b30e634f3a70c538e63ac4a5445b0bee333 (patch) | |
tree | 2abb637a6d01170029776a555583d558a3633be2 /bfd/ChangeLog | |
parent | 042bf84cf70958140c1d7411981ff065e0ebb322 (diff) | |
download | gdb-fefb4b30e634f3a70c538e63ac4a5445b0bee333.zip gdb-fefb4b30e634f3a70c538e63ac4a5445b0bee333.tar.gz gdb-fefb4b30e634f3a70c538e63ac4a5445b0bee333.tar.bz2 |
Cleanup: Replace all uses of EXFUN in the BFD sources, with PARAMS.
* archures.c, reloc.c, section.c, tekhex.c: Use PARAMS in
declaring pointers to functions.
* cache.c, elf.c: Move static function decls to top, use PARAMS.
* seclet.h: Declare external function with PARAMS.
* libbfd.h: Update, based on changes in source code and chew.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 92f973f..909ca0a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,18 @@ +Thu Nov 5 02:59:09 1992 John Gilmore (gnu@cygnus.com) + + Cleanup: Replace all uses of EXFUN in the BFD sources, with PARAMS. + + * archures.c, reloc.c, section.c, tekhex.c: Use PARAMS in + declaring pointers to functions. + * cache.c, elf.c: Move static function decls to top, use PARAMS. + * seclet.h: Declare external function with PARAMS. + + * doc/chew.c (exfunstuff): Eliminate. + (paramstuff): Replace exfunstuff with function to generate PARAMS. + * doc/proto.str: Use paramstuff rather than exfunstuff. + + * libbfd.h: Update, based on changes in source code and chew. + Wed Nov 4 22:47:29 1992 John Gilmore (gnu@cygnus.com) * libieee.h: Add FIXME about removing limit on number of sections. |