diff options
author | Alan Modra <amodra@gmail.com> | 2001-05-03 02:07:02 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-05-03 02:07:02 +0000 |
commit | 3438adb37d385801575ac0f14a8312d1486daa63 (patch) | |
tree | a24f0993c270502e60a0995ec33db2228e7f134e /gas/itbl-ops.c | |
parent | 636c26b044901d23dd7277276dd00a346001ec66 (diff) | |
download | gdb-3438adb37d385801575ac0f14a8312d1486daa63.zip gdb-3438adb37d385801575ac0f14a8312d1486daa63.tar.gz gdb-3438adb37d385801575ac0f14a8312d1486daa63.tar.bz2 |
Warning fixes and configure/makefile tweaks by Thiemo Seufer.
Diffstat (limited to 'gas/itbl-ops.c')
-rw-r--r-- | gas/itbl-ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c index 4440c4f..d3650cd 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; |