Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Tue Mar 28 00:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Fri Mar 10 00:00:00 2006 Alexandre Oliva <aoliva{%}redhat{*}com> 2.16.91.0.6-4
-
- fix relaxation of TLS GD to LE on PPC (#184590)
- * Sat Mar 4 00:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.16.91.0.6-3
-
- support DW_CFA_val_{offset,offset_sf,expression} in readelf/objdump