OSDN Git Service

* gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
authorpalves <palves>
Mon, 26 Jan 2009 18:57:43 +0000 (18:57 +0000)
committerpalves <palves>
Mon, 26 Jan 2009 18:57:43 +0000 (18:57 +0000)
commit9ae3a1bd90abde4e5790709676196b207a32d8d3
treea14732d58b2294f944fb8cb88bc0899888d9d003
parent3c7211d3a5ac939eb17dcd7737d54b497d238d85
* 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