* p-typeprint.c (pascal_type_print_varspec_prefix): Update.
authorTom Tromey <tromey@redhat.com>
Fri, 19 Feb 2010 22:22:49 +0000 (22:22 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 19 Feb 2010 22:22:49 +0000 (22:22 +0000)
commit48ea67a7550e2163a10272846816a02d06023308
tree4a092870541d11423f8fb64cf71304588cbbc15d
parent48e32051ca17ba1cc1a2d5adc90ae5a63775e138
* p-typeprint.c (pascal_type_print_varspec_prefix): Update.
* m2-typeprint.c (m2_print_type): Update.
* gdbtypes.c (recursive_dump_type): Update.
(copy_type_recursive): Update.
* c-typeprint.c (c_type_print_varspec_prefix): Update.
(c_type_print_base): Update.
* gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
Remove.
(struct cplus_struct_type) <ntemplate_args>: Remove.
<struct template_arg>: Remove.
<is_dynamic>: Move earlier.
(TYPE_TEMPLATE_ARGS): Remove.
(TYPE_NTEMPLATE_ARGS): Remove.
(TYPE_TEMPLATE_ARG): Remove.
gdb/ChangeLog
gdb/c-typeprint.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/m2-typeprint.c
gdb/p-typeprint.c