Warning fixes and configure/makefile tweaks by Thiemo Seufer.
[deliverable/binutils-gdb.git] / gas / itbl-ops.c
index 4440c4f712506d91d29a058fa4fa8bccafeda015..d3650cd008974d0ce174fc337a17a41546b0d86a 100644 (file)
@@ -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;
This page took 0.025034 seconds and 4 git commands to generate.