From 35de8989f3d9d67835f2c4b425b0b926c69a14bd Mon Sep 17 00:00:00 2001 From: Łukasz Piekarski Date: Oct 21 2020 17:09:47 +0000 Subject: Binutils 2.34 -update Signed-off-by: Łukasz Piekarski --- diff --git a/modules/release-notes/pages/developers/Development_Binutils.adoc b/modules/release-notes/pages/developers/Development_Binutils.adoc index 0a9d059..0f6477c 100644 --- a/modules/release-notes/pages/developers/Development_Binutils.adoc +++ b/modules/release-notes/pages/developers/Development_Binutils.adoc @@ -5,31 +5,24 @@ include::{partialsdir}/entities.adoc[] = GNU Binutils 2.34 - Fedora 33 comes with GNU Binutils based on 2.34 release. This release brings a lot of bug fixes, improvements to the linker and assembler. - - == New Features: - - + === The disassembler - - - + The disassembler (objdump --disassemble) now has an option to generate ascii art thats show the arcs between that start and end points of control flow instructions. - + === Debuginfod support - + The binutils tools now have support for debuginfod. Debuginfod is a HTTP service for distributing ELF/DWARF debugging information as well as source code. The tools can now connect to debuginfod servers in order to download debug information about the files that they are processing. - - - + + === ELF format support - + The assembler and linker now support the generation of ELF format files for the Z80 architecture. - - + + See the link:https://lists.gnu.org/archive/html/info-gnu/2020-02/msg00000.html[upstream release announcement] for more detailed information about this release.