Jump to letter: [
ABCDEFGIJKLMNOPQRSTUVW
]
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 Aug 16 12:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.17.50.0.18-1
- update to 2.17.50.0.18
- GPLv3+
- preserve .note.gnu.build-id in objcopy --only-keep-debug (#251935)
- fix sparc64/alpha broken by --build-id patch (#252936)
- update License tag
- fix ld crash with --build-id and non-ELF output format (Alan Modra, BZ#4923)
- * Tue Jul 31 12:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.17.50.0.17-7
- fix ppc32 secure PLT detection (Alan Modra)
- * Wed Jul 25 12:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.17.50.0.17-6
- rebuilt to make sure even libbfd.so and libopcodes.so aren't
broken by #249435