diff options
author | Jim Blandy <jimb@codesourcery.com> | 1997-11-22 01:24:57 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 1997-11-22 01:24:57 +0000 |
commit | 38639b1294135f3fcc4339d0081777d755c065d9 (patch) | |
tree | cbdbe9c92100a3facbfd51ca837e11e3d29bc0ba | |
parent | 345bcdcc4df0efef26323da0511eed238089487e (diff) | |
download | gdb-38639b1294135f3fcc4339d0081777d755c065d9.zip gdb-38639b1294135f3fcc4339d0081777d755c065d9.tar.gz gdb-38639b1294135f3fcc4339d0081777d755c065d9.tar.bz2 |
*** empty log message ***
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 536af2b..90b23cc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Fri Nov 21 19:43:23 1997 Jim Blandy <jimb@zwingli.cygnus.com> + + * valops.c (call_function_by_hand): If the function has a + prototype, convert its arguments as if by assignment. Otherwise, + do the usual promotions. + * stabsread.c (define_symbol): Set the TYPE_FLAG_PROTOTYPED flag + on functions' types when we can; all C++ functions should get it, + and if the Sun-style prototype notation is in the stabs, we can + notice that. + Fri Nov 21 12:20:16 1997 Ian Lance Taylor <ian@cygnus.com> * aclocal.m4 (AM_CYGWIN32, AM_EXEEXT): Remove. They are already |