From 5804373d03ee946df59f21131299554a1bddb799 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Tue, 8 Jun 2021 17:39:02 +0200 Subject: [PATCH] bfd/elf: Don't read non-existing secondary relocs I forgot the ChangeLog commit :-/ --- bfd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.30.2