diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-04-23 19:57:29 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-04-23 19:57:29 +0000 |
commit | 519aebdcc64529005b05cdbab18d1ee0f8bb6499 (patch) | |
tree | 12f8bad5ec454be7d53a10a78a30dc18a1095839 /gdb/testsuite | |
parent | 7dc185bc046afa1ced17b0b6102e02f0ef8ac416 (diff) | |
download | gdb-519aebdcc64529005b05cdbab18d1ee0f8bb6499.zip gdb-519aebdcc64529005b05cdbab18d1ee0f8bb6499.tar.gz gdb-519aebdcc64529005b05cdbab18d1ee0f8bb6499.tar.bz2 |
Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
* gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
not void.
fche says he vaguely remembers a problem with returning int instead of
void, but ISO C sez printf returns int, so let's see what happens.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6cd412f..4af0c78 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com) + + * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int, + not void. + +Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com> + + * gdb.base/branches.c: Code with lots of loops and + subroutines. Used to test gdbs ability to single step through PC + changes, especially to test mips-tdep.c:mips_next_pc + Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com> * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass |