$NetBSD: patch-ae,v 1.2 1998/08/07 10:40:21 agc Exp $

--- ld/table.c.orig	Thu Jul 16 14:14:41 1998
+++ ld/table.c	Thu Jul 16 14:14:54 1998
@@ -48,7 +48,7 @@
 char *name;
 {
     struct symstruct **hashptr;
-    struct symstruct *oldsymptr;
+    struct symstruct *oldsymptr = NULL;
     struct symstruct *symptr;
 
     hashptr = gethashptr(name);