diff options
author | Michael Chastain <mec@google.com> | 2004-01-07 08:32:51 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-01-07 08:32:51 +0000 |
commit | eca3e36bf8f1637ff3f4add6176ba978fc4e8995 (patch) | |
tree | 968948fd58ed4ecb86ded5c739ef5782c20ddb8c /gdb/testsuite/ChangeLog | |
parent | 24d22a409b49f6b563aa6370aad1baa1a5ac2386 (diff) | |
download | binutils-gdb-eca3e36bf8f1637ff3f4add6176ba978fc4e8995.tar.gz |
2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/cvexpr.c: Be type-safe with function pointers and
data pointers.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-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 bc3df7ace6e..af04655bca3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2004-01-06 Michael Chastain <mec.gnu@mindspring.com> + * gdb.base/cvexpr.c: Be type-safe with function pointers and + data pointers. + +2004-01-06 Michael Chastain <mec.gnu@mindspring.com> + * gdb.cp/m-static.exp: Compile one source file at a time. Delete unused call to get_compiler_info. |