Thu, 28 Mar 2024 16:09:00 UTC | login

Information for build binutils-2.34-2.fc32

ID133241
Package Namebinutils
Version2.34
Release2.fc32
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/binutils.git#6b5edffb302cdbd4bfb2d13caf6aa44d777aec77
SummaryA GNU collection of binary utilities
DescriptionBinutils is a collection of binary utilities, including ar (for creating, modifying and extracting from archives), as (a family of GNU assemblers), gprof (for displaying call graph profile data), ld (the GNU linker), nm (for listing symbols from object files), objcopy (for copying and translating object files), objdump (for displaying information from object files), ranlib (for generating an index for the contents of an archive), readelf (for displaying detailed information about binary files), size (for listing the section sizes of an object or archive file), strings (for listing printable strings from files), strip (for discarding symbols), and addr2line (for converting addresses to file and line).
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 05 Mar 2020 18:55:45 UTC
CompletedThu, 05 Mar 2020 19:48:08 UTC
Taskbuild (f32-candidate, /rpms/binutils.git:6b5edffb302cdbd4bfb2d13caf6aa44d777aec77)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/binutils.git#6b5edffb302cdbd4bfb2d13caf6aa44d777aec77'}}
Tags
f32
f33
RPMs
src
binutils-2.34-2.fc32.src.rpm (info) (download)
riscv64
binutils-2.34-2.fc32.riscv64.rpm (info) (download)
binutils-devel-2.34-2.fc32.riscv64.rpm (info) (download)
binutils-debuginfo-2.34-2.fc32.riscv64.rpm (info) (download)
binutils-debugsource-2.34-2.fc32.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Mon Feb 17 2020 Nick Clifton <nickc@redhat.com> - 2.34-2 - Fix the plugin support architecture to allow proper symbol info handling. (PR 25355) * Sun Feb 02 2020 Nick Clifton <nickc@redhat.com> - 2.34-1 - Rebase to GNU Binutils 2.34. (#1793098) - Retire: binutils-improved-note-merging.patch - Retire: binutils-CVE-2019-17451.patch - Retire: binutils-CVE-2019-17450.patch - Retire: binutils-addr2line-fixes.patch * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.33.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jan 23 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 2.33.1-12 - Enable 64-bit BFD and PEP support for riscv. (#1794343) * Thu Jan 02 2020 Nick Clifton <nickc@redhat.com> - 2.33.1-11 - Improve the accuracy of addr2line. (#1760967) * Mon Dec 02 2019 Nick Clifton <nickc@redhat.com> - 2.33.1-10 - Re-enable strip merging build notes. (#1777760) * Mon Nov 25 2019 Nick Clifton <nickc@redhat.com> - 2.33.1-9 - Remove spurious code left in gold-mimatched-section-flags patch. (#1775750) * Thu Nov 21 2019 Nick Clifton <nickc@redhat.com> - 2.33.1-8 - Fix a buffer overrun in the note merging code. (#1774507) * Wed Nov 13 2019 Nick Clifton <nickc@redhat.com> - 2.33.1-7 - Fix a potential seg-fault in the BFD library when parsing pathalogical debug_info sections. (#1771669) - Fix a potential memory exhaustion in the BFD library when parsing corrupt DWARF debug information. (#1771678) * Wed Nov 06 2019 Nick Clifton <nickc@redhat.com> - 2.33.1-6 - Stop objcopy from creating null filled note sections when merging notes. * Wed Nov 06 2019 Nick Clifton <nickc@redhat.com> - 2.33.1-5 - Strip: Do not merge notes unless explicitly requested to do so. * Tue Nov 05 2019 Nick Clifton <nickc@redhat.com> - 2.33.1-4 - Objcopy: Do not generate a failure exit status if note merging fails. (#1767937) * Wed Oct 30 2019 Nick Clifton <nickc@redhat.com> - 2.33.1-3 - Fix the verification of the installed linker symlink. (#1767000) * Mon Oct 28 2019 Nick Clifton <nickc@redhat.com> - 2.33.1-2 - Improve objdump's ability to merge GNU build attribute notes. * Mon Oct 14 2019 Nick Clifton <nickc@redhat.com> - 2.33.1-1 - Rebase to GNU Binutils 2.33.1. - Retire: binutils-CVE-2019-9073.patch - Retire: binutils-CVE-2019-9074.patch - Retire: binutils-CVE-2019-9075.patch - Retire: binutils-CVE-2019-9077.patch - Retire: binutils-disassembling-efi-files.patch - Retire: binutils-CVE-2019-9071.patch - Retire: binutils-gas-build-note-relocs.patch - Retire: binutils-do-not-warn-about-debuginfo-files.patch - Retire: binutils-do-not-merge-differing-SHF_EXCLUDE-groups.patch - Retire: binutils-rh1736114.patch - Retire: binutils-objcopy-gnu-build-version-notes.patch - Retire: binutils-CVE-2019-14250.patch - Retire: binutils-CVE-2019-14444.patch - Retire: binutils-gcc-10-fixes.patch - Retire: binutils-remove-old-formats.patch - Retire: binutils-aarch64-gold-PLT-for-MOVW_ABS.patch * Fri Oct 04 2019 Nick Clifton <nickc@redhat.com> - 2.32-27 - Remove support for old file formats (ihex, tekhex, verilog) as they are a constant source of CVEs. * Wed Sep 25 2019 Nick Clifton <nickc@redhat.com> - 2.32-26 - Add an option to build using clang instead of gcc. * Tue Sep 24 2019 Nick Clifton <nickc@redhat.com> - 2.32-25 - Fix building with gcc-10. * Tue Aug 13 2019 Nick Clifton <nickc@redhat.com> - 2.32-24 - Fix potential integer overflow in readelf. (#1740470) * Fri Aug 09 2019 Nick Clifton <nickc@redhat.com> - 2.32-23 - Fix potential integer overflow in GOLD. (#1739491) * Tue Aug 06 2019 Nick Clifton <nickc@redhat.com> - 2.32-22 - Stop GOLD from seg-faulting on a corrupt input with a fuzzed section offset. (#1735605) * Mon Aug 05 2019 Nick Clifton <nickc@redhat.com> - 2.32-21 - Stop strip from complaining if the first build note is not a version note. (#1736114) * Fri Aug 02 2019 Florian Weimer <fweimer@redhat.com> - 2.32-20 - Fix ld -Map not to produce corrupt ELF notes (#1736114) * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.32-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jul 22 2019 Nick Clifton <nickc@redhat.com> - 2.32-18 - Stops the linker from merging section groups with different SHF_EXCLUDE flags. (#1730906) * Tue Jul 02 2019 Nick Clifton <nickc@redhat.com> - 2.32-17 - Stop the BFD library from complaining about sections found inside debuginfo files. (PR 24717) * Mon Jul 01 2019 Nick Clifton <nickc@redhat.com> - 2.32-16 - Stop gas from triggering a seg-fault when creating relocs for build notes. (PR 24748) * Mon Jun 24 2019 Nick Clifton <nickc@redhat.com> - 2.32-15 - Stop gold from aborting when it encounters input sections with the same name and different flags. (#1722715) * Tue May 21 2019 Nick Clifton <nickc@redhat.com> - 2.32-14 - Import fix for PR 23870 in order to help building Go binaries. * Mon Apr 29 2019 Nick Clifton <nickc@redhat.com> - 2.32-13 - Do not include ld.gold in the base binutils package. (#1703714) * Wed Apr 24 2019 Björn Esser <besser82@fedoraproject.org> - 2.32-12 - Remove hardcoded gzip suffix from GNU info pages * Wed Apr 10 2019 Nick Clifton <nickc@redhat.com> - 2.32-11 - Fix a stack exhaustion problem in libiberty's name demangling code. (#1680658) * Mon Mar 18 2019 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.32-10 - Disable ld.gold on RISC-V and fix file installation issues. * Wed Mar 06 2019 Nick Clifton <nickc@redhat.com> - 2.32-9 - Stop potential illegal memory access when disassembling an EFI binary. (#1685727) * Wed Feb 27 2019 Nick Clifton <nickc@redhat.com> - 2.32-8 - Fix requirements and use of the alternatives mechanism. (#1683408, #1683466) * Tue Feb 26 2019 Nick Clifton <nickc@redhat.com> - 2.32-7 - Move GOLD into a sub-package of BINUTILS. * Tue Feb 26 2019 Nick Clifton <nickc@redhat.com> - 2.32-6 - Stop potential illegal memory access when parsing a corrupt MIPS binary. (#1680676) * Tue Feb 26 2019 Nick Clifton <nickc@redhat.com> - 2.32-5 - Stop potential illegal memory access when parsing corrupt archives. (#1680670) * Mon Feb 25 2019 Nick Clifton <nickc@redhat.com> - 2.32-4 - Stop potential illegal memory access when parsing corrupt PE files. (#1680682) * Mon Feb 25 2019 Nick Clifton <nickc@redhat.com> - 2.32-3 - Improve objdump's handling of corrupt input files. (#1680663) * Wed Feb 20 2019 Nick Clifton <nickc@redhat.com> - 2.32-2 - Fix some bfd linker testsuite failures. * Wed Feb 20 2019 Nick Clifton <nickc@redhat.com> - 2.32-1 - Rebase to GNU Binutils 2.32 - Retire: binutils-s390-partial-relro.patch - Retire: binutils-note-merge-improvements.patch - Retire: Retire: binutils-merge-attribute-sections.patch - Retire: binutils-gold-discard-version-info.patch - Retire: binutils-gas-input-matches-output.patch - Retire: binutils-fix-testsuite-failures.patch - Retire: binutils-do-not-provide-shared-section-symbols.patch - Retire: binutils-disable-readelf-gap-reports.patch - Retire: binutils-detect-corrupt-sym-version-info.patch - Retire: binutils-delay-ld-script-constant-eval.patch - Retire: binutils-clear-version-info.patch - Retire: binutils-CVE-2018-20002.patch - Retire: binutils-CVE-2018-17358.patch - Retire: binutils-2.31-export-demangle.h.patch - Retire: binutils-2.28-ignore-gold-duplicates.patch - Retire: binutils-2.26-lto.patch * Mon Feb 18 2019 Nick Clifton <nickc@redhat.com> - 2.31.1-23 - Ensure that decompressed sections have the correct alignment. (#1678204) * Thu Feb 14 2019 Nick Clifton <nickc@redhat.com> - 2.31.1-22 - Rework the post uninstall stage to avoid mysterious error from ldconfig. (#1673912) * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.31.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 30 2019 Nick Clifton <nickc@redhat.com> - 2.31.1-20 - Fix the assembler's check that the output file is not also one of the input files. (#1660279) * Thu Jan 03 2019 Nick Clifton <nickc@redhat.com> - 2.31.1-19 - Fix a memory leak reading minisymbols. (#1661535) * Wed Jan 02 2019 Nick Clifton <nickc@redhat.com> - 2.31.1-18 - Ensure that GOLD is linked with pthread library. (#1636479) * Wed Nov 28 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-17 - Stop gold from warning about discard version information unless explicitly requested. (#1654153) * Thu Nov 15 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-16 - Remove debugging fprintf statement accidentally left in patch. (#1645828) * Fri Oct 12 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-15 - Allow OS specific sections in section groups. (#1639485) * Fri Sep 28 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-14 - Fix a potential buffer overrun when parsing a corrupt ELF file. (#1632912) - Add a .attach_to_group pseuo-op to assembler (for use by annobin). (#1630574) - Stop the binutils from statically linking with libstdc++. (#1630550) - Include gold testsuite results in test logs. - Disable readelf's reporting of gaps in build notes. (#1623556) * Tue Sep 04 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-13 - Delay the evaluation of linker script constants until after the configuration options have been set. (#1624751) * Tue Aug 28 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-12 - Detect and report corrupt symbol version information. (#1599521) * Tue Aug 14 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-11 - Remove the version information from a dynamic symbol that is being overridden. (#1614920) * Mon Aug 06 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-10 - Improve objcopy's --merge-notes option. (#1608390) * Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 2.31.1-9 - Rebuild with fixed binutils * Mon Jul 30 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-8 - Move the .gnu.build.attributes section to after the .comment section. * Fri Jul 27 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-7 - Fix a thinko in the merge patch. * Fri Jul 27 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-6 - Fix a typo in the merge patch. * Thu Jul 26 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-5 - Merge .gnu.build.attribute sections together. (#1608390) * Tue Jul 24 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-3 - Extend gold linker patch to cover subsections of .gnu.build.attributes. (#1607054) * Thu Jul 19 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-2 - Improve partial relro support for the s/390. * Thu Jul 19 2018 Nick Clifton <nickc@redhat.com> - 2.31.1-1 - Rebase to official 2.31.1 GNU Binutils release. - Retire: binutils-2.22.52.0.1-export-demangle.h.patch - Retire: binutils-2.30-allow_R_AARCH64-symbols.patch - Retire: binutils-CVE-2018-10372.patch - Retire: binutils-CVE-2018-10373.patch - Retire: binutils-CVE-2018-10534.patch - Retire: binutils-CVE-2018-10535.patch - Retire: binutils-CVE-2018-6323.patch - Retire: binutils-CVE-2018-6759.patch - Retire: binutils-CVE-2018-7208.patch - Retire: binutils-CVE-2018-7568.patch - Retire: binutils-CVE-2018-7569.patch - Retire: binutils-CVE-2018-7570.patch - Retire: binutils-CVE-2018-7642.patch - Retire: binutils-CVE-2018-7643.patch - Retire: binutils-CVE-2018-8945.patch - Retire: binutils-PowerPC-IEEE-long-double-warnings.patch - Retire: binutils-debug-section-marking.patch - Retire: binutils-gas-build-notes.patch - Retire: binutils-gold-llvm-plugin.patch - Retire: binutils-ifunc-relocs-in-notes.patch - Retire: binutils-linkonce-notes.patch - Retire: binutils-missing-notes.patch - Retire: binutils-page-to-segment-assignment.patch - Retire: binutils-revert-PowerPC-speculation-barriers.patch - Retire: binutils-skip-dwo-search-if-not-needed.patch - Retire: binutils-speed-up-objdump.patch - Retire: binutils-strip-unknown-relocs.patch - Retire: binutils-x86-local-relocs.patch - Retire: binutils-x86-local-version.patch * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.30.90-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jul 12 2018 Nick Clifton <nickc@redhat.com> 2.30.90-3 - Stop gold from complaining about annobin note relocs against symbols in sections which have been discarded. (#1600431) * Tue Jul 10 2018 Nick Clifton <nickc@redhat.com> 2.30.90-2 - Revert fix for PR 23161 which was placing unversioned section symbols (_edata, _end, __bss_start) into shared libraries. (#1599521) * Mon Jul 09 2018 Nick Clifton <nickc@redhat.com> 2.30.90-1 - Rebase to a snapshot of the soon-to-be-created 2.31 FSF release. * Fri Jul 06 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2.30-26 - Fix the generation of relocations for assembler created notes. (#1598551) * Wed Jul 04 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2.30-25 - Minor spec cleanups and fixes. * Mon Jun 18 2018 Nick Clifton <nickc@redhat.com> 2.30-24 - When installing both ld.bfd and ld.gold, do not reset the current alternative if upgrading. (#1592069) * Tue Jun 12 2018 Nick Clifton <nickc@redhat.com> 2.30-23 - Correct warning messages about incompatible PowerPC IEEE long double settings. * Fri Jun 01 2018 Nick Clifton <nickc@redhat.com> 2.30-22 - Fix handling of local versioned symbols by the x86 linker. (PR 23194) - Fix linker testsuite failures. * Thu May 17 2018 Nick Clifton <nickc@redhat.com> 2.30-21 - Fix a seg-fault parsing PE format binaries. (#1560829) * Mon May 14 2018 Nick Clifton <nickc@redhat.com> 2.30-20 - Have the x86 linker resolve relocations against the _end, _edata and __bss_start symbols locally. (#1576735) - Do not generate GNU build notes for linkonce sections. (#1576362) * Thu May 10 2018 Nick Clifton <nickc@redhat.com> 2.30-19 - Fix a seg-fault running objcopy on a corrupt PE format file. (#1574702) - Fix a seg-fault running objcopy on a corrupt ELF format file. (#1574705) * Tue May 01 2018 Nick Clifton <nickc@redhat.com> 2.30-18 - Fix a seg-fault parsing corrupt DWARF information. (#1573360) - Fix another seg-fault parsing corrupt DWARF information. (#1573367) - Fix a seg-fault copying a corrupt ELF file. (#1551788) - Fix a seg-fault parsing a large ELF files on a 32-bit host. (#1539891) - Fix a seg-fault running nm on a corrupt ELF file. (#15343247) - Fix a seg-fault running nm on a file containing corrupt DWARF information. (#1551781) - Fix another seg-fault running nm on a file containing corrupt DWARF information. (#1551763) * Fri Apr 27 2018 Nick Clifton <nickc@redhat.com> 2.30-17 - Disable the automatic generation of annobin notes. (#1572485) * Fri Apr 27 2018 Nick Clifton <nickc@redhat.com> 2.30-16 - Fix for PR 22887 - crashing objdump by passing it a corrupt AOUT binary. (#1553115) - Fix for PR 22905 - crashing objdump by passing it a corrupt DWARF file. (#1553122) - Fix for PR 22741 - crashing objdump by passing it a corrupt COFF file. (#1571918) * Thu Apr 26 2018 Nick Clifton <nickc@redhat.com> 2.30-15 - Enhance the assembler to automatically generate annobin notes if none are present in the input. * Thu Mar 22 2018 Nick Clifton <nickc@redhat.com> 2.30-14 - Fix the GOLD linker's processing of protected symbols created by the LLVM plugin. (#1559234 and PR 22868) * Wed Mar 14 2018 Nick Clifton <nickc@redhat.com> 2.30-13 - Do not discard debugobj files created by GCC v8 LTO wrapper. (#1543912 and RHBZ 84847 and PR 20882) * Fri Mar 09 2018 Nick Clifton <nickc@redhat.com> 2.30-12 - Treat relocs against s390x IFUNC symbols in note sections as relocs against the FUNC symbol instead. - Combined previous patches into one which covers all ifunc supporting architectures. (#1553705) - Retire binutils-s390-ifunc-relocs-in-notes.patch - Retire binutils-x86_64-ifunc-relocs-in-notes.patch * Fri Mar 09 2018 Nick Clifton <nickc@redhat.com> 2.30-11 - Treat relocs against s390x IFUNC symbols in note sections as relocs against the FUNC symbol instead. (#1553705) * Wed Mar 07 2018 Nick Clifton <nickc@redhat.com> 2.30-10 - Ignore duplicate symbols generated by GOLD. (#1458003) * Wed Mar 07 2018 Nick Clifton <nickc@redhat.com> 2.30-9 - Stop strip from replacing unknown relocs with null relocs. (#1545386) * Wed Mar 07 2018 Nick Clifton <nickc@redhat.com> 2.30-8 - Ignore duplicate symbols generated by GOLD. (#1458003)