aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-01-03 18:55:32 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-01-03 18:55:32 +0000
commitc54eabfaa80258bf2552f9b6642e61b5d24d716b (patch)
tree29f9568757e1dfce56ff37668a6166c53497848a /gdb/ChangeLog
parent5aade3dba4836d4ca2446fcdf97098338611cc19 (diff)
downloadfsf-binutils-gdb-c54eabfaa80258bf2552f9b6642e61b5d24d716b.zip
fsf-binutils-gdb-c54eabfaa80258bf2552f9b6642e61b5d24d716b.tar.gz
fsf-binutils-gdb-c54eabfaa80258bf2552f9b6642e61b5d24d716b.tar.bz2
gdb/
* gdbtypes.c (check_typedef): New comment on type length. * value.c (allocate_value_lazy): Remove the unused atype variable. New comment on type length. (value_primitive_field): Keep the original TYPE value, new comment. gdb/testsuite/ * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to "uint_for_mi_testing".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 188347f..208967f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
+ Joel Brobecker <brobecker@adacore.com>
+
+ * gdbtypes.c (check_typedef): New comment on type length.
+ * value.c (allocate_value_lazy): Remove the unused atype variable. New
+ comment on type length.
+ (value_primitive_field): Keep the original TYPE value, new comment.
+
2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
* cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as