X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2FChangeLog;h=6242f3c76c7e0d72eb9f8846ae3fcf28299a2ede;hb=1273b2f8ac8778f0c6f0f3b492940e3a5bdd7776;hp=82005a414218cf733f6713f8b9277c3912d20bb4;hpb=9d7c4ba5e5b711824bb2cc5de21d28e3fd6de002;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 82005a4142..6242f3c76c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,19 @@ +2021-05-28 H.J. Lu + + PR ld/27905 + * elf32-i386.c: Don't include "libiberty.h". + (elf_howto_table): Revert commits a7664973b24 and 50c95a739c9. + (elf_i386_rtype_to_howto): Revert commit 50c95a739c9. + (elf_i386_info_to_howto_rel): Likewise. + (elf_i386_tls_transition): Likewise. + (elf_i386_relocate_section): Likewise. + * elf64-x86-64.c (x86_64_elf_howto_table): Revert commits + a7664973b24 and 50c95a739c9. + (elf_x86_64_rtype_to_howto): Revert commit 50c95a739c9. + * elfxx-x86.c (_bfd_x86_elf_parse_gnu_properties): Likewise. + * elfxx-x86.h (elf_x86_obj_tdata): Likewise. + (elf_x86_has_code16): Likewise. + 2021-05-26 H.J. Lu PR ld/27905