Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Mon Dec 31 16:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.17.50.0.6-6.el5
- full power6 support (Alan Modra, Peter Bergner, Ben Elliston,
Anton Blanchard, #253108)
- demangle ppc64 dot symbols in gprof (Jan Kratochvil, #242057)
- SSE5 support in gas and objdump (Michael Meissner, Dwarakanath Rajagopal,
Tony Linthicum, H.J.Lu, #426906)
- * Fri May 25 17:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.17.50.0.6-5.el5
- fix ld --unique with new DWARF3 sections .debug_ranges and .debug_pubtypes
(Alan Modra, #241252)
- fix segfault in ppc64 version script handling (Andreas Schwab)
- * Wed May 23 17:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.17.50.0.6-4.el5
- 10x linking speedup on large C++ apps (#223181)
- fix tekhex reader
- SSE4 support in gas and objdump (H.J.Lu, #223120)
- compile binutils with -D_FILE_OFFSET_BITS=64 (#215514)
- fix ld --emit-relocs on ppc64 (Alan Modra, #235221)
- fix ppc32 ld segfault with -msecure-plt (Alan Modra, BZ#4267)