Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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 Apr 14 19:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 2.15.92.0.2-25
- cmpxchg16b support in gas and objdump (Jan Beulich, H.J.Lu, #251403)
- SSE5 support in gas and objdump (Michael Meissner, Dwarakanath Rajagopal,
Tony Linthicum, H.J.Lu, #439779)
- * Thu Aug 2 19:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.15.92.0.2-24
- AMDFam10 support in gas and objdump (Dwarakanath Rajagopal,
Michael Meissner, #231313)
- SSE4 support in gas and objdump (H.J.Lu, #235549)
- fix ld --emit-relocs on ppc64 (Alan Modra, #235220)
- * Fri Jan 5 18:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.15.92.0.2-22
- fix crashes/buffer overflows on invalid tekhex files (Kaz Kojima,
CVE-2006-2362, BZ#2584)
- fix ld -r .tcommon handling (#208571)
- fix synthetic symtab handling (Alan Modra, #200886)
- fix EFI magic number (Bibo Mao, BZ#3171, #206000)
- add rdtscp insn support (Jan Beulich, #206968)