diff options
author | Ken Werner <ken.werner@de.ibm.com> | 2010-12-14 10:23:40 +0000 |
---|---|---|
committer | Ken Werner <ken.werner@de.ibm.com> | 2010-12-14 10:23:40 +0000 |
commit | 444b070081647959b1ea3a081d2cb708d192167a (patch) | |
tree | 7cca8ad8fec7905de640977dbf5b75231d5caf63 | |
parent | e52961c4030158894204a75c004da23a3d42ac0d (diff) | |
download | newlib-444b070081647959b1ea3a081d2cb708d192167a.zip newlib-444b070081647959b1ea3a081d2cb708d192167a.tar.gz newlib-444b070081647959b1ea3a081d2cb708d192167a.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.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |