diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-02-05 00:59:26 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-02-05 00:59:26 +0000 |
commit | edec2582e45e3ef6ca1f392e5ce544961e1d70b1 (patch) | |
tree | 3716d0553cf603b2c04665715f55e04683bf4641 /gdb | |
parent | c2ebe6b88002aeb9bb5d95481f863cfa48d4289f (diff) | |
download | ppe42-binutils-edec2582e45e3ef6ca1f392e5ce544961e1d70b1.tar.gz ppe42-binutils-edec2582e45e3ef6ca1f392e5ce544961e1d70b1.zip |
1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
* gdb.base/help.exp ("help delete display"): Fix test to match
gdb's output.
* gdb.base/long_long.c (known_types): Initialize values to zero.
* gdb.base/long_long.exp: Step one more line
so 'dec' is initialized in "get to known place". GDB doesn't
prepend unnecessary zeros to the front of numbers. Explicitly
ask for hex formatting. Use unique test case names.
Diffstat (limited to 'gdb')
-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 816af5de91..8766e700c5 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com) + + * gdb.base/help.exp ("help delete display"): Fix test to match + gdb's output. + + * gdb.base/long_long.c (known_types): Initialize values to zero. + * gdb.base/long_long.exp: Step one more line + so 'dec' is initialized in "get to known place". GDB doesn't + prepend unnecessary zeros to the front of numbers. Explicitly + ask for hex formatting. Use unique test case names. + Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement. |