]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/commitdiff
gdb:
authorkwerner <kwerner>
Tue, 14 Dec 2010 10:23:40 +0000 (10:23 +0000)
committerkwerner <kwerner>
Tue, 14 Dec 2010 10:23:40 +0000 (10:23 +0000)
* 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.

ChangeLog

index bc19a7707b530e1c78af00b2e1cd9d29107099b5..983324dc6283a9958380efe951f1d14312038ee7 100644 (file)
--- 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