* gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
authorPedro Alves <palves@redhat.com>
Mon, 26 Jan 2009 18:57:44 +0000 (18:57 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 26 Jan 2009 18:57:44 +0000 (18:57 +0000)
commit1deafd4ea5ec0948407fe58c3ea5d1737e000133
treee1bcb25ee0448d400ea6c8939515c067e87006f5
parent3c16cced400ed60fb35435dd28c31e982a064328
* gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
(create_array_type, create_set_type, init_flags_type)
(copy_type_recursive): Replace pairs of calls to XALLOC and memset
with a call to XZALLOC or XCALLOC, and pairs of calls to
obstack_alloc and memset with a call to OBSTACK_ZALLOC.
gdb/ChangeLog
gdb/gdbtypes.c