Jump to letter: [
ABCDEFGIKLMNOPRSTVWXYZ
]
binutils: A GNU collection of binary utilities.
- Summary
- 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), 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).
Changelog
- * Fri Apr 17 17:00:00 2009 Denys Vlasenko <dvlasenk{%}redhat{*}com> 2.17.50.0.6-12.el5
- ELF64 support: add three tiny fixes from upstream.
Resolves: RHBZ #457189.
- * Tue Apr 14 17:00:00 2009 Denys Vlasenko <dvlasenk{%}redhat{*}com> 2.17.50.0.6-11.el5
- Fix man page of c++filt to show --[no-]strip-underscore option correctly.
Resolves: RHBZ #495196.
- * Wed Apr 8 17:00:00 2009 Denys Vlasenko <dvlasenk{%}redhat{*}com> 2.17.50.0.6-10.el5
- Improve support of ELF64, particularly on 32-bit architectures.
Resolves: RHBZ #457189.
- Fix rare linker corner case when it produces large zero-filled hole
in the executable.
Resolves: RHBZ #458301.
- Make "strings -n non_number" error message clearer.
Resolves: RHBZ #480009.
- Fix man page of c++filt to show --[no-]strip-underscore option correctly.
Resolves: RHBZ #485194.
- While at it, fix "makeinfo >= 4.4" check in configure.
Resolves: RHBZ #495209.