From cfa6f0541f6a343e4ae51c1b66ab0e3f566cf3ea Mon Sep 17 00:00:00 2001 From: Ken Werner Date: Tue, 14 Dec 2010 10:23:41 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bc19a77..983324d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-12-14 Ken Werner + + * 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 PR bootstrap/46819 -- cgit v1.1