diff options
author | Jeff Law <law@redhat.com> | 1994-04-13 03:46:42 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-04-13 03:46:42 +0000 |
commit | b3e258b4807f4f059707b94dd0ca6f62eb94185b (patch) | |
tree | 49a8609b94da75795f6249c7c10ea9cc0bc7405f /gdb/testsuite | |
parent | cc886e3d1eadbf443363b270caf57b9de273bb5a (diff) | |
download | gdb-b3e258b4807f4f059707b94dd0ca6f62eb94185b.zip gdb-b3e258b4807f4f059707b94dd0ca6f62eb94185b.tar.gz gdb-b3e258b4807f4f059707b94dd0ca6f62eb94185b.tar.bz2 |
* gdb.t15/gdbme.c (t_func_values): Do not compare function pointers
directly. Instead compare the return values from actual calls.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9417eb6..6b7c3e4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * gdb.t15/gdbme.c (t_func_values): Do not compare function pointers + directly. Instead compare the return values from actual calls. + Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com) * Makefile.in (check): Set TCL_LIBRARY for runtest. |