diff options
author | Nick Clifton <nickc@redhat.com> | 2001-11-02 16:19:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-11-02 16:19:54 +0000 |
commit | 9da7bd5ec2de8b1357ce399605162b2af3a17073 (patch) | |
tree | 583e976e29bc28029ee29331d951dddf0db86343 /bfd/som.c | |
parent | 139ddc84127487c943ab64b3e5517a67b452e796 (diff) | |
download | gdb-9da7bd5ec2de8b1357ce399605162b2af3a17073.tar.gz |
Initialize subspace_sections.
Diffstat (limited to 'bfd/som.c')
-rw-r--r-- | bfd/som.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/som.c b/bfd/som.c index 39a4d5deb6e..cf4af77229e 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. */ |