aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen Werner <ken.werner@de.ibm.com>2010-12-14 10:23:41 +0000
committerKen Werner <ken.werner@de.ibm.com>2010-12-14 10:23:41 +0000
commitcfa6f0541f6a343e4ae51c1b66ab0e3f566cf3ea (patch)
tree2ed804d745f0775a35c60b505087e797b032e679 /ChangeLog
parent043b6510015086daf0b084955c4b1da2ee1f0e24 (diff)
downloadgdb-cfa6f0541f6a343e4ae51c1b66ab0e3f566cf3ea.zip
gdb-cfa6f0541f6a343e4ae51c1b66ab0e3f566cf3ea.tar.gz
gdb-cfa6f0541f6a343e4ae51c1b66ab0e3f566cf3ea.tar.bz2
gdb:
* valops.c (value_one): Use get_array_bounds to compute the number of array elements instead of dividing the length of the array by the length of the element types. * valarith.c (value_complement, value_neg): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc19a77..983324d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-14 Ken Werner <ken.werner@de.ibm.com>
+
+ * valops.c (value_one): Use get_array_bounds to compute the number
+ of array elements instead of dividing the length of the array by the
+ length of the element types.
+ * valarith.c (value_complement, value_neg): Likewise.
+
2010-12-10 Ian Lance Taylor <iant@google.com>
PR bootstrap/46819