From edd6fe0c02989122d187b13a1f686d6e1e555849 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 3 May 2001 02:07:02 +0000 Subject: Warning fixes and configure/makefile tweaks by Thiemo Seufer. --- gas/itbl-ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gas/itbl-ops.c') diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c index 4440c4f712..d3650cd008 100644 --- a/gas/itbl-ops.c +++ b/gas/itbl-ops.c @@ -1,5 +1,5 @@ /* itbl-ops.c - Copyright 1997, 1999, 2000 Free Software Foundation, Inc. + Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -500,7 +500,7 @@ unsigned long itbl_assemble (char *name, char *s) { unsigned long opcode; - struct itbl_entry *e; + struct itbl_entry *e = NULL; struct itbl_field *f; char *n; int processor; -- cgit v1.2.1