diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-02-12 21:34:19 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-02-12 21:34:19 +0000 |
commit | bc778001af63be9cf5d7fc3cd1b0321f8a1cd12f (patch) | |
tree | ebd4d55e08d406546e73fdd4f669e97422582c4b /gdb | |
parent | 2dac71f51964e1fff3f987dee9e82fd220b0acb7 (diff) | |
download | gdb-bc778001af63be9cf5d7fc3cd1b0321f8a1cd12f.zip gdb-bc778001af63be9cf5d7fc3cd1b0321f8a1cd12f.tar.gz gdb-bc778001af63be9cf5d7fc3cd1b0321f8a1cd12f.tar.bz2 |
* gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
floats, chars, and shorts where there are ANSI-style function
definitions.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3814532..7bfa5e2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + * gdb.base/callfuncs.exp: Add tests for passing floats, chars, and + shorts where there are ANSI-style function definitions. + * gdb.base/langs.exp, gdb.base/langs*: New test. * gdb.base/Makefile.in: Build it. * TODO: Remove item about checking that C names don't get C++ |