diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-04-27 19:52:22 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-04-27 19:52:22 +0000 |
commit | b11b1f88bd8c59e136e0ec10fbf5ea7f30d0ded6 (patch) | |
tree | 0595cd7793c646c3ec2a0edeb0a44a4d07850915 /gdb/ChangeLog | |
parent | 8344e389dcb05ca85547b483fda3f162749c4623 (diff) | |
download | gdb-b11b1f88bd8c59e136e0ec10fbf5ea7f30d0ded6.zip gdb-b11b1f88bd8c59e136e0ec10fbf5ea7f30d0ded6.tar.gz gdb-b11b1f88bd8c59e136e0ec10fbf5ea7f30d0ded6.tar.bz2 |
gdb/
Format the code for the next patch.
* dwarf2read.c (struct mapped_index): Include delimiting newlines.
* utils.c (strcmp_iw_ordered): Reformat the code for the next patch.
New variables c1 and c2.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 403c4cf..92d01ef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com> + + Format the code for the next patch. + * dwarf2read.c (struct mapped_index): Include delimiting newlines. + * utils.c (strcmp_iw_ordered): Reformat the code for the next patch. + New variables c1 and c2. + 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org> * infrun.c (proceed): Do not single-step into signal delivery |