From c54eabfaa80258bf2552f9b6642e61b5d24d716b Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 3 Jan 2010 18:55:32 +0000 Subject: 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". --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.mi/var-cmd.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gdb/testsuite') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 08ce031..659f9b8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-01-03 Jan Kratochvil + + * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to + "uint_for_mi_testing". + 2010-01-01 Joel Brobecker Test indented comment in file being sourced. diff --git a/gdb/testsuite/gdb.mi/var-cmd.c b/gdb/testsuite/gdb.mi/var-cmd.c index 3ef65d4..4f6f160 100644 --- a/gdb/testsuite/gdb.mi/var-cmd.c +++ b/gdb/testsuite/gdb.mi/var-cmd.c @@ -494,7 +494,7 @@ void do_bitfield_tests () mi_create_varobj V d "create varobj for Data" mi_list_varobj_children "V" { {"V.alloc" "alloc" "0" "int"} - {"V.sharable" "sharable" "0" "unsigned int"} + {"V.sharable" "sharable" "0" "uint_for_mi_testing"} } "list children of Data" mi_check_varobj_value V.sharable 3 "access bitfield" :*/ -- cgit v1.1