diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-12-14 14:50:41 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-12-14 14:50:41 +0000 |
commit | a3568256dd143fe7badf11635b4607c26731325b (patch) | |
tree | 67b7711473ac48ce43f433bca53426dfed9e6d23 /ChangeLog | |
parent | 9ece7f002e466d35387177497d5991e55ddd04d6 (diff) | |
download | gdb-a3568256dd143fe7badf11635b4607c26731325b.tar.gz |
Move gdb ChangeLog entry to gdb/ChangeLog.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog index 983324dc628..bc19a7707b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,3 @@ -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 |