From bf62ad87d938f443764c0ec640f381566a32db5b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 2 Nov 2001 16:19:54 +0000 Subject: [PATCH] Initialize subspace_sections. --- bfd/ChangeLog | 4 ++++ bfd/som.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f521ff7cfa..ce54d18fd6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2001-11-02 John David Anglin + + * som.c (setup_sections): Initialize subspace_sections. + 2001-11-02 H.J. Lu (hjl@gnu.org) * coffgen.c (coff_object_p): Return 0 if the header is too big. diff --git a/bfd/som.c b/bfd/som.c index 39a4d5deb6..cf4af77229 100644 --- a/bfd/som.c +++ b/bfd/som.c @@ -1851,7 +1851,8 @@ setup_sections (abfd, file_hdr, current_offset) char *space_strings; unsigned int space_index, i; unsigned int total_subspaces = 0; - asection **subspace_sections, *section; + asection **subspace_sections = NULL; + asection *section; bfd_size_type amt; /* First, read in space names. */ -- 2.11.0