aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1999-01-05 17:08:19 +0000
committerDavid Taylor <taylor@redhat.com>1999-01-05 17:08:19 +0000
commiteceede31002bfd9e315b7fd9cb5610c1d65d2ceb (patch)
tree1dc572c4c25e1e0443d04df8d6b1ff72fc113686 /gdb/ChangeLog
parent2819d3d65f1662f62cc984808ebc794cce65885d (diff)
downloadgdb-eceede31002bfd9e315b7fd9cb5610c1d65d2ceb.zip
gdb-eceede31002bfd9e315b7fd9cb5610c1d65d2ceb.tar.gz
gdb-eceede31002bfd9e315b7fd9cb5610c1d65d2ceb.tar.bz2
c_value_print -- remove hack^2 from HP -- it causes testsuite losses with
no real gain.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4a24c42..d5d81f7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
+ * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
+ testsuite losses with no real gain.
+
* inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
if tm-*.h hasn't overridden default value.