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 Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.32-17
- Rebuilt for MSVSphere 8.8
* Sun Dec 08 2019 Nick Clifton <nickc@redhat.com> - 2.32-17
- Fix a potential seg-fault in the BFD library when parsing pathalogical debug_info sections. (#1779255)
- Fix a potential memory exhaustion in the BFD library when parsing corrupt DWARF debug information.
- Backport H.J.Lu's patch to add a workaround for the JCC Errata to the assembler. (#1779417)
- Fix potential integer overflow in readelf. (#1740470)
- Fix potential integer overflow in GOLD. (#1739491)
* Tue Aug 06 2019 Nick Clifton <nickc@redhat.com> - 2.32-15
- Stop strip from complaining if the first build note is not a version note. (#1736114)
* Mon Aug 05 2019 Nick Clifton <nickc@redhat.com> - 2.32-14
- Remove debugging print statement in objcopy sources. (#1733868)
* Fri Jul 05 2019 Nick Clifton <nickc@redhat.com> - 2.32-13
- Define scl before Name.
* Tue Jul 02 2019 Nick Clifton <nickc@redhat.com> - 2.32-12
- Add support for AArch64 function calls that use a variant PCS.
* Mon Jul 01 2019 Nick Clifton <nickc@redhat.com> - 2.32-11
- Stop gas from triggering a seg-fault when creating relocs for build notes. (PR 24748)
* Tue Jun 25 2019 Nick Clifton <nickc@redhat.com> - 2.32-10
- Ignore duplicate FDE entries in AArch64 libraries. (#1709827)
* Tue Jun 25 2019 Nick Clifton <nickc@redhat.com> - 2.32-9
- Correct licences rejected by PELC review.
* Mon Jun 24 2019 Nick Clifton <nickc@redhat.com> - 2.32-8
- Remove the builder command from bfd-stdint.h.