From 20de9fc8774ead2c9fb9954269c949b1ecb1e3f8 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 15 Aug 2006 12:01:43 +0000 Subject: PR binutils/3039 * wrstabs.c (stab_tag_type): Initialize 'size'. --- binutils/wrstabs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/wrstabs.c') diff --git a/binutils/wrstabs.c b/binutils/wrstabs.c index b75d6df..13f01da 100644 --- a/binutils/wrstabs.c +++ b/binutils/wrstabs.c @@ -1869,7 +1869,7 @@ stab_tag_type (void *p, const char *name, unsigned int id, { struct stab_write_handle *info = (struct stab_write_handle *) p; long index; - unsigned int size; + unsigned int size = 0; index = stab_get_struct_index (info, name, id, kind, &size); if (index < 0) -- cgit v1.1