IMAGE_SCN_LNK_NRELOC_OVFL
authorAlan Modra <amodra@gmail.com>
Fri, 30 Jul 2021 03:22:19 +0000 (12:52 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 30 Jul 2021 03:45:58 +0000 (13:15 +0930)
commit6329d1e13eabb4463d3a459ffe4fd0f028ca37df
tree4d3f5fe2f6d00970b59237eb8ce650c275a64632
parent602885d8087f6ab35c8b9fd8ff0d5240a0b040a0
IMAGE_SCN_LNK_NRELOC_OVFL

From microsoft docs: It is an error if IMAGE_SCN_LNK_NRELOC_OVFL is
set and there are fewer than 0xffff relocations in the section.

* coffcode.h (coff_set_alignment_hook): Sanity check overflow
reloc count.
bfd/coffcode.h