Binutils 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).
* Wed Oct 16 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.35.2-54
- Rebuilt for MSVSphere 9.5
* Wed Aug 14 2024 Nick Clifton <nickc@redhat.com> - 2.35.2-54
- Re fix AArch64 EFI test after applying previous delta. (RHEL-39953)
* Mon Aug 12 2024 Nick Clifton <nickc@redhat.com> - 2.35.2-53
- Backport commit bc5baa9f13ff to ensure that objcopy does not loose the minimum section alignment for PE binaries. (RHEL-30268)
* Thu Jul 25 2024 Nick Clifton <nickc@redhat.com> - 2.35.2-52
- Backport commit 6fde04116b4b to stop objcopy from crashing when copying non-PE binaries into a PE output. (RHEL-48882)
* Thu Jul 25 2024 Nick Clifton <nickc@redhat.com> - 2.35.2-51
- Backport commit 88141209e25ce19473ec07d7aac09cc68f06a630 to fix stripping lld linked binaries. (RHEL-50536)
* Fri Jul 12 2024 Nick Clifton <nickc@redhat.com> - 2.35.2-50
- Additional patch (commit 31b4d3a16f200bf04db8439a63b72bba7af4e1be). (RHEL-45873)
* Thu Jul 11 2024 Nick Clifton <nickc@redhat.com> - 2.35.2-49
- Remove the gap between LOAD segments when using RELRO. (RHEL-45873)
* Thu Jun 27 2024 Nick Clifton <nickc@redhat.com> - 2.35.2-48
- Add missing test driver for section-alignment patch. (RHEL-30268)
* Thu Jun 27 2024 Nick Clifton <nickc@redhat.com> - 2.35.2-47
- Prune messages from gcc's lto-wrapper which can confure testsuite tests. (RHEL-45264)
* Thu Jun 20 2024 Nick Clifton <nickc@redhat.com> - 2.35.2-46
- Fix handling of .gnu.debuglto_.debug_* sections. (RHEL-43758)