[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>