Binutils 2.46.1 is officially released
Binutils version 2.46.1 is officially released, incorporating various updates and bug fixes.
This commit marks the official release of Binutils 2.46.1, encompassing numerous updates across various components, including BFD, Gas, Gprof, and Ld. The release incorporates various changes and fixes accumulated since the previous version. This update provides users with a new stable version of the Binutils toolchain.
In Details
This marks a point-release for the Binutils 2.46 series. The specific changes are reflected across multiple components, including updates to configuration scripts via configure files, and likely minor fixes or updates in core libraries like BFD and utility tools like Gas, Gprof, and Ld. The ChangeLog.git file provides a detailed history of the precise commits included in this release. A key impact is the update to bfd/version.m4 which stores the version number for the BFD library, a core component of Binutils that handles object file formats.
For Context
Binutils is a collection of essential programming tools that are used to create and manage executable programs. This commit announces the official release of version 2.46.1 of Binutils, which includes a collection of updates and bug fixes since the last official version. These updates affect various parts of the Binutils package, such as the tools that assemble code (Gas), analyze program performance (Gprof), and link different parts of a program together (Ld). It's a new, more stable version for developers to use.