From 2ac865acf01270240fecfb27180e65fc55513d83 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 27 Aug 2020 12:50:20 +0930 Subject: arm-symbianelf segfault Yes, the target is marked obsolete due to this and other segfaults, but this one is easy enough to fix. * elf32-arm.c (elf32_arm_final_link_relocate): Don't segfault on sym_sec not being output. --- bfd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fb998c2..18ded26 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2020-08-27 Alan Modra + * elf32-arm.c (elf32_arm_final_link_relocate): Don't segfault + on sym_sec not being output. + +2020-08-27 Alan Modra + PR 26416 * elf64-alpha.c (elf64_alpha_relax_tls_get_addr): Correct "dynamic". -- cgit v1.1