]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
http://sourceware.org/ml/gdb-patches/2012-10/msg00525.html
authorAndrew Burgess <aburgess@broadcom.com>
Wed, 31 Oct 2012 09:26:22 +0000 (09:26 +0000)
committerAndrew Burgess <aburgess@broadcom.com>
Wed, 31 Oct 2012 09:26:22 +0000 (09:26 +0000)
commit2f27adfe297378d226b6578ff18993c0c1e41fba
treebbae337d248dc221d58e456dd4f665ea31b278cf
parent65f4dd4721a30c7c17f5164b1c0486f9e2cd1755
http://sourceware.org/ml/gdb-patches/2012-10/msg00525.html

gdb/ChangeLog

        PR cli/14772
        * c-typeprint.c (c_print_type): Don't print a space for vector
        types, this is handled within the suffix.
        (c_type_print_varspec_suffix): Add a space to vector suffix

gdb/testsuite/ChangeLog

        PR cli/14772
        * gdb.base/gnu_vector.c (union_with_vector_1)
        (struct_with_vector_1): Add new struct and union for testing
        ptype.
        * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
        structs / unions containing vectors.
gdb/ChangeLog
gdb/c-typeprint.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/gnu_vector.c
gdb/testsuite/gdb.base/gnu_vector.exp