* som.c (som_slurp_string_table): Use malloc to allocate space
authorJeff Law <law@redhat.com>
Mon, 4 Apr 1994 01:28:51 +0000 (01:28 +0000)
committerJeff Law <law@redhat.com>
Mon, 4 Apr 1994 01:28:51 +0000 (01:28 +0000)
commit1f46bba3276eadac2108d002ad38a55e82224fbb
treed734e72785ffb713a53d6b1a55f6096336b21db3
parentd54123026030d3532c01564f6671aa84270a244c
    * som.c (som_slurp_string_table): Use malloc to allocate space
        for the cached copy of the native string table.
        (som_slurp_symbol_table): Likewise for the native symbol table.
        (som_slurp_reloc_table): Likewise for the native and generic
        relocation tables.
        (som_bfd_free_cached_info): Free the cached native strings,
        symbols, and relocations.  Also free the canonical cached relocations.
bfd/ChangeLog
bfd/som.c