diff options
author | Fred Fish <fnf@specifix.com> | 1992-11-29 16:40:09 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-11-29 16:40:09 +0000 |
commit | b86f998b8a5e3ce0a225e00a88864e0fb4ef026e (patch) | |
tree | 626925e509e9858aacc8c28445162c37c93c888d /bfd/ChangeLog | |
parent | cbd1bdc3facc87ac2aa85108a721daf66e26a1a8 (diff) | |
download | gdb-b86f998b8a5e3ce0a225e00a88864e0fb4ef026e.zip gdb-b86f998b8a5e3ce0a225e00a88864e0fb4ef026e.tar.gz gdb-b86f998b8a5e3ce0a225e00a88864e0fb4ef026e.tar.bz2 |
* aoutx.h (some_aout_object_p): Protect arg prototype in
callback_to_real_object_p with PARAMS macro for non-ANSI compilers.
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 b1c51c5..41763d4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Sun Nov 29 08:37:13 1992 Fred Fish (fnf@cygnus.com) + + * aoutx.h (some_aout_object_p): Protect arg prototype in + callback_to_real_object_p with PARAMS macro for non-ANSI compilers. + Sat Nov 28 04:01:21 1992 John Gilmore (gnu@cygnus.com) * aout-target.h, aoutf1.h, trad-core.c, coffcode.h, libaout.h, |