diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-04-22 20:42:04 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-04-22 20:42:04 +0000 |
commit | 758afad7fa5f9dcfb0bac64ca57583025b09e8c9 (patch) | |
tree | 17c2cebea3df06240d1ca42de56cc1f6893659d2 | |
parent | be0d2954849e6645bcd3eeb82b9e2f36e5a23ee6 (diff) | |
download | gdb-758afad7fa5f9dcfb0bac64ca57583025b09e8c9.zip gdb-758afad7fa5f9dcfb0bac64ca57583025b09e8c9.tar.gz gdb-758afad7fa5f9dcfb0bac64ca57583025b09e8c9.tar.bz2 |
Reformat.
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4d2d9b3..43d2bc2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -15,8 +15,8 @@ 2010-04-22 Chris Moller <cmoller@redhat.com> * cp-valprint.c (cp_print_value_fields): Replaced obstack_base() - method of popping recursion-detection stack with a method based on - obstack_object_size(). (Similar to the PR9167 patch below, but for + method of popping recursion-detection stack with a method based on + obstack_object_size(). (Similar to the PR9167 patch below, but for the static array obstack rather than the static member obstack.) 2010-04-22 H.J. Lu <hongjiu.lu@intel.com> |