diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-14 22:10:47 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-14 22:10:47 +0000 |
commit | 81a58f5b702942e10bed032f8ab47ecad4cc43e0 (patch) | |
tree | a0d7ea95c94b02b850c2d502c779a71ef9a62f67 /gdb/testsuite/ChangeLog | |
parent | 98be1e7766dbe0ab448b81111238bbb148a93691 (diff) | |
download | gdb-81a58f5b702942e10bed032f8ab47ecad4cc43e0.zip gdb-81a58f5b702942e10bed032f8ab47ecad4cc43e0.tar.gz gdb-81a58f5b702942e10bed032f8ab47ecad4cc43e0.tar.bz2 |
2003-06-14 Andrew Cagney <cagney@redhat.com>
* gdb.base/store.exp: Test longest and doublest. Test all
parameters. Weaken return statement match.
* gdb.base/store.c: Add longest and doublest - aka long long and
long double functions. Put all parameters into local register
variables. Use negative values.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ed7d777..cd50d64 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,13 @@ 2003-06-14 Andrew Cagney <cagney@redhat.com> + * gdb.base/store.exp: Test longest and doublest. Test all + parameters. Weaken return statement match. + * gdb.base/store.c: Add longest and doublest - aka long long and + long double functions. Put all parameters into local register + variables. Use negative values. + +2003-06-14 Andrew Cagney <cagney@redhat.com> + * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag -Wformat errors. Add lost line. Use WEXITSTATUS to get system exit status. @@ -7,7 +15,6 @@ noinferiorio, instead of limiting it to remote. Use remote_exec instead of system. - 2003-06-12 Jeff Johnston <jjohnstn@redhat.com> * gdb.base/float.exp: Add ia64 support. |