diff options
author | Sam James <sam@gentoo.org> | 2023-08-02 12:06:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-02 12:06:23 +0100 |
commit | b5c37946cce4b41af0436529b139fa3d23e61f73 (patch) | |
tree | 02129ebadb74e7d3f2430cf8221799ce186600e3 /bfd/ChangeLog | |
parent | 675b9d612cc59446e84e2c6d89b45500cb603a8d (diff) | |
download | binutils-b5c37946cce4b41af0436529b139fa3d23e61f73.zip binutils-b5c37946cce4b41af0436529b139fa3d23e61f73.tar.gz binutils-b5c37946cce4b41af0436529b139fa3d23e61f73.tar.bz2 |
Revert "2.41 Release sources"
This reverts commit 675b9d612cc59446e84e2c6d89b45500cb603a8d.
See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3e5d841..56c858e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,26 +1,26 @@ -2023-07-30 Nick Clifton <nickc@redhat.com> +2023-07-24 Johannes Schauer Marin Rodrigues <josch@debian.org> - This is the 2.41 release. - * configure: Regenerate. - * development.sh: Set variables to false. - * po/bfd.pot: Regenerate. - * version.m4: Set version number to 2.41. + * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): If inserting a + timestamp, use the value held in the SOURCE_DATE_EPOCH environment + variable, if it is defined. -2023-07-24 Nick Clifton <nickc@redhat.com> +2023-07-24 Jose E. Marchesi <jose.marchesi@oracle.com> - Import from mainline: - * elfnn-loongarch.c (RELOCATE_CALC_PC32_HI20): Redefined. - (RELOCATE_CALC_PC64_HI32): Redefined. + * reloc.c: New reloc BFD_RELOC_BPF_DISPCALL32. + * elf64-bpf.c (bpf_reloc_type_lookup): Handle the new reloc. + * libbfd.h (bfd_reloc_code_real_names): Regenerate. - * elfxx-loongarch.c (reloc_bits_pcrel20_s2): Delete. - (reloc_bits_b16): Delete. - (reloc_bits_b21): Delete. - (reloc_bits_b26): Delete. - (reloc_sign_bits): New. +2023-07-09 Fangrui Song <maskray@google.com> + + PR 30592 + * section.c: Define SEC_ELF_LARGE. + * bfd-in2.h: Regenerate. + * elf64-x86-64.c (elf_x86_64_section_flags, elf_x86_64_fake_sections, + elf_x86_64_copy_private_section_data): New. 2023-07-03 Nick Clifton <nickc@redhat.com> - * version.m4: Update version number to 2.40.90. + * version.m4: Update version number to 2.41.50. * configure: Regenerate. * bfd/po/bfd.pot: Regenerate. |