Thu, 28 Mar 2024 22:30:10 UTC | login

Information for build binutils-2.33.1-6.0.riscv64.fc32

ID130168
Package Namebinutils
Version2.33.1
Release6.0.riscv64.fc32
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/binutils.git#e09271c7260933b853fbf6dcc3e002092ca326b5
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
StartedSat, 09 Nov 2019 13:05:03 UTC
CompletedSat, 09 Nov 2019 13:49:56 UTC
Taskbuild (f32-candidate, /rpms/binutils.git:e09271c7260933b853fbf6dcc3e002092ca326b5)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/binutils.git#e09271c7260933b853fbf6dcc3e002092ca326b5'}}
Tags
f32
RPMs
src
binutils-2.33.1-6.0.riscv64.fc32.src.rpm (info) (download)
riscv64
binutils-2.33.1-6.0.riscv64.fc32.riscv64.rpm (info) (download)
binutils-devel-2.33.1-6.0.riscv64.fc32.riscv64.rpm (info) (download)
binutils-debuginfo-2.33.1-6.0.riscv64.fc32.riscv64.rpm (info) (download)
binutils-debugsource-2.33.1-6.0.riscv64.fc32.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Nov 06 2019 Nick Clifton <nickc@redhat.com> - 2.33-6 - Stop objcopy from creating null filled note sections when merging notes. * Wed Nov 06 2019 Nick Clifton <nickc@redhat.com> - 2.33-5 - Strip: Do not merge notes unless explicitly requested to do so. * Tue Nov 05 2019 Nick Clifton <nickc@redhat.com> - 2.33-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-3 - Fix the verification of the installed linker symlink. (#1767000) * Mon Oct 28 2019 Nick Clifton <nickc@redhat.com> - 2.33-2 - Improve objdump's ability to merge GNU build attribute notes. * Mon Oct 14 2019 Nick Clifton <nickc@redhat.com> - 2.33-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) * Mon Mar 05 2018 Nick Clifton <nickc@redhat.com> 2.30-7 - Speed up objdump. (#1551540) * Thu Feb 22 2018 Patrick Uiterwijk <patrick@puiterwijk.org> - 2.30-6 - Fix R_AARCH64 symbols (PR 22764) (#1547781) * Wed Feb 21 2018 Nick Clifton <nickc@redhat.com> 2.30-5 - Fix assignment of pages to segments. (PR 22758) - Inject RPM_LD_FLAGS into the build. (#1541027) - Fix slowdown in readelf when examining files with lots of debug information. (PR 22802) - Remove support for PowerPC speculation barrier insertion. - Rebase on 2.30 - Retire binutils-2.22.52.0.1-relro-on-by-default.patch - Retire binutils-2.28-dynamic-section-warning.patch - Retire binutils-2.29-skip-rp14918-test-for-arm.patch - Retire binutils-2.29.1-gold-start-stop.patch - Retire binutils-2.29.1-readelf-use-dynamic.patch - Retire binutils-aarch64-pie.patch - Retire binutils-coverity.patch - Retire binutils-ppc64-stub-creation.patch - Retire binutils-strip-delete-relocs.patch - Retire binutils-support-v3-build-notes.patch - Retire binutils-z-undefs.patch * Mon Feb 12 2018 Nick Clifton <nickc@redhat.com> 2.29.1-19 - Remove comment that explained how to disable annobin. (#1541027) * Thu Feb 08 2018 Nick Clifton <nickc@redhat.com> 2.29.1-18 - Inject RPM_LD_FLAGS into the build. (#1541027) * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.29.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Feb 01 2018 Nick Clifton <nickc@redhat.com> 2.29.1-16 - Use make_build and make_install macros. (#1541027) * Thu Jan 25 2018 Nick Clifton <nickc@redhat.com> 2.29.1-15 - Reenable binary annotations. * Thu Jan 25 2018 Nick Clifton <nickc@redhat.com> 2.29.1-14 - Fix creation of PowerPC64 function call stubs. (#1523457) - Disable -z defs during build. - Disable binary annotations. (temporary ?) * Mon Jan 22 2018 Nick Clifton <nickc@redhat.com> 2.29.1-13 - Fix bugs in AArch64 static PIE support. (#1536645) * Tue Jan 16 2018 Nick Clifton <nickc@redhat.com> 2.29.1-12 - Add "-z undefs" option to the linker. * Thu Jan 11 2018 Nick Clifton <nickc@redhat.com> 2.29.1-11 - *Do* enable relro by default for the PowerPC64 architecture. (#1523946) * Wed Jan 03 2018 Nick Clifton <nickc@redhat.com> 2.29.1-10 - Update readelf and objcopy to support v3 build notes. * Tue Dec 12 2017 Nick Clifton <nickc@redhat.com> 2.29.1-9 - Have readelf display extra symbol information at the end of the line. (#1479302) * Mon Dec 11 2017 Nick Clifton <nickc@redhat.com> 2.29.1-8 - Do not enable relro by default for the PowerPC64 architecture. (#1523946) * Thu Dec 07 2017 Nick Clifton <nickc@redhat.com> 2.29.1-7 - Stop strip from crashing when deleteing relocs in a file with annobin notes. (#1520805) * Wed Dec 06 2017 Nick Clifton <nickc@redhat.com> 2.29.1-6 - Have readelf return an exit failure status when attempting to process an empty file. (#1522732) * Tue Nov 28 2017 Nick Clifton <nickc@redhat.com> 2.29.1-5 - Disable PLT elision for x86/x86_64. (#1452111 and #1333481)