X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2FChangeLog;h=afabbc0f56aa5964ff7947ceace4625c1b9b3c99;hb=ddc01737d34f16074b2c9a92c5a808be5c91340f;hp=5444381ede01e0cfaedd236d8a738ee02232025d;hpb=0d38576a34ec64a1b4500c9277a8e9d0f07e6774;p=binutils-gdb.git diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5444381ede0..afabbc0f56a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,27 @@ +2022-07-29 Nick Clifton + + PR 29424 + * dwarf2.c (read_attribute_value): Handle DW_FORM_rnglistx and + DW_FORM_loclistx. + +2022-07-26 Nick Clifton + + * elfnn-loongarch.c (loongarch_elf_relocate_section): Fix + indentation. + +2022-07-08 Nick Clifton + + * 2.39 branch created. + +2022-05-19 Yvan Roux + + PR 25713 + * bfdio.c (_bfd_real_fopen): Delete ccs string. + +2022-04-27 John Baldwin + + * elf.c (elfcore_grok_freebsd_note): Handle NT_ARM_TLS notes. + 2022-04-25 Nick Clifton PR 29072