X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2FChangeLog;h=a2b0771db27d8db4bae12d73eeca8f6404e3bc91;hb=a2714d6cca1f1c7695f8dc84b49a4a51d1db86c8;hp=15c77bece90f61ae9aaea64d536738733b3167e5;hpb=60832332244aae2835851aba83f4b705cf29f8a3;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 15c77bece9..a2b0771db2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2020-05-01 Alan Modra + + PR 25900 + * elfnn-riscv.c (_bfd_riscv_relax_section): Check root.type before + accessing root.u.def of symbols. Also check root.u.def.section + is non-NULL. Reverse tests so as to make the logic positive. + 2020-05-01 Alan Modra PR 25882