From: Michael Matz Date: Tue, 8 Jun 2021 15:39:02 +0000 (+0200) Subject: bfd/elf: Don't read non-existing secondary relocs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5804373d03ee946df59f21131299554a1bddb799;p=binutils-gdb.git bfd/elf: Don't read non-existing secondary relocs I forgot the ChangeLog commit :-/ --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 04e3679ab54..d1192e3acc8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2021-06-08 Michael Matz + + * elf.c (bfd_section_from_shdr): Set has_secondary_relocs flag. + (_bfd_elf_slurp_secondary_reloc_section): Use it for early-out. + 2021-06-07 Jan Beulich * dwarf2.c (read_ranges, read_rnglists): Add u suffix to constant.