mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Initialize subspace_sections.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2001-11-02 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||||
|
|
||||||
|
* som.c (setup_sections): Initialize subspace_sections.
|
||||||
|
|
||||||
2001-11-02 H.J. Lu (hjl@gnu.org)
|
2001-11-02 H.J. Lu (hjl@gnu.org)
|
||||||
|
|
||||||
* coffgen.c (coff_object_p): Return 0 if the header is too big.
|
* coffgen.c (coff_object_p): Return 0 if the header is too big.
|
||||||
|
@ -1851,7 +1851,8 @@ setup_sections (abfd, file_hdr, current_offset)
|
|||||||
char *space_strings;
|
char *space_strings;
|
||||||
unsigned int space_index, i;
|
unsigned int space_index, i;
|
||||||
unsigned int total_subspaces = 0;
|
unsigned int total_subspaces = 0;
|
||||||
asection **subspace_sections, *section;
|
asection **subspace_sections = NULL;
|
||||||
|
asection *section;
|
||||||
bfd_size_type amt;
|
bfd_size_type amt;
|
||||||
|
|
||||||
/* First, read in space names. */
|
/* First, read in space names. */
|
||||||
|
Reference in New Issue
Block a user