[gdb/symtab] Replace TYPE_ALLOC + B_CLRALL with TYPE_ZALLOC
authorTom de Vries <tdevries@suse.de>
Thu, 31 Aug 2023 07:37:44 +0000 (09:37 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 31 Aug 2023 07:37:44 +0000 (09:37 +0200)
commit6d3c2d749be8fe1be7d7ba11596e40531cf3cf7c
treeb08522425d4962b4b5f4d2bf9d4b994975fc1dfc
parent34c9386e218c8e981747412a7c4d1066d7e62f06
[gdb/symtab] Replace TYPE_ALLOC + B_CLRALL with TYPE_ZALLOC

I noticed some cases of TYPE_ALLOC followed by B_CLRALL.

Replace these with TYPE_ZALLOC.

Tested on x86_64-linux.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/dwarf2/read.c
gdb/stabsread.c