Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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 Jul 15 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.15.92.0.2-15
- fix x86-64 gas CFI mapping of register names to dwarf2 register numbers
(#162545)
- * Wed Jun 29 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.15.92.0.2-14
- bfd and readelf robustification (CAN-2005-1704, #158680)
- remove symbols in .gnu.warning.* from output (Alan Modra, #156107, IT#70038)
- make gprof work with ppc64 -mcall-linux binaries/libraries rather
than just -mcall-aixdesc (Alan Modra, #156111, IT#70704)
- on IA-64 add -mhint.b={error,warning,ok} option, by default error on
hint.b@pause (H.J.Lu, Jim Wilson, Prarit Bhargava, #158336, IT#72728)
- * Tue Mar 1 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.15.92.0.2-13
- fix buffer overflows in readelf (#149506)