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
- * Wed Oct 29 17:00:00 2008 Jan Kratochvil <jan{*}kratochvil{%}redhat{*}com> 2.17.50.0.6-9.el5
- Fix complains on .gnu.linkonce.r relocations to their discarded
.gnu.linkonce.t counterparts (#463934).
- * Fri Aug 29 17:00:00 2008 Jan Kratochvil <jan{*}kratochvil{%}redhat{*}com> 2.17.50.0.6-8.el5
- Fix linking ppc64 libraries with large TOC section (Alan Modra, #460622).
- * Fri Aug 22 17:00:00 2008 Jan Kratochvil <jan{*}kratochvil{%}redhat{*}com> 2.17.50.0.6-7.el5
- Fix parsing of the `strings' command line argument `-<number>' (Chu Li,
Nick Clifton, H.J. Lu, #435078).
- Rebuild libbfd.a with -fPIC for inclusion into shared libraries (#430856).
- libbfd.a symbols visibility is now hidden (suggested by Jakub Jelinek).
- Fix PGI cross-files DW_FORM_ref_addr relocations
(fix by Jakub Jelinek, #438793).
- Restore the RHEL-5.0 debug symbols linking performance (Jakub Jelinek,
H.J. Lu, #364141).