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
- * Thu Nov 17 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.14.90.0.4-42
- fix .weakref on ppc64 (Alexandre Oliva)
- * Wed Nov 16 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.14.90.0.4-41
- add .weakref assembler directive support (Alexandre Oliva, #165728,
IT#73356)
- * Wed Nov 16 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.14.90.0.4-40
- document -z {no,}execstack and --eh-frame-hdr linker options
(#173234, IT#78887)
- fix merging of weak symbols (Paul Brook, H.J.Lu, Alan Modra,
Alexandre Oliva, #169896, IT#77945)
- allow symbol type change when merging an undefined symbol with
a defined one (H.J.Lu, #162740, IT#69365)
- handle @tocbase other than .TOC.@tocbase on ppc64
(Alan Modra, Alexandre Oliva, #163848, IT#73191, IT#72659)
- fix buffer overflow when disassembling a long sequence of (invalid)
rex prefixes on x86_64 (Alan Modra, #173330, IT#81231)