binutils coff type list
authorAlan Modra <amodra@gmail.com>
Thu, 2 Mar 2023 22:43:03 +0000 (09:13 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 3 Mar 2023 00:05:54 +0000 (10:35 +1030)
commitde357ff4e4f8fa7aaf621d680fde72a010b026d2
treef2e471074b76272cac8fabad7a646a7af4946a84
parent425ec1add752deb6ef6021b8be4175f9081ab344
binutils coff type list

As for commit 72d225ef9cc7, handle type numbers starting anywhere.

PR 17512
* rdcoff.c (struct coff_slots): Add base_index.
(coff_get_slot): Delete pr17512 excessively large slot check.
Don't allocate entire array from 0 to type number, allocate a
sparse array.
binutils/rdcoff.c