Группа :: Разработка/Прочее
Исходный пакет: binutils
Собрано: больше 5 лет назад
Размер архива: 11,8 МБ
Отчёт repocop:

Gear: http://git.altlinux.org/gears/b/binutils.git
Домашняя страница: http://sourceware.org/binutils/
Лицензия: GPLv3+
О пакете: GNU Binary Utility Development Utilities
Описание:
Binutils is a collection of binary utilities, including:
+ addr2line: converting addresses to file and line;
+ ar: creating modifying and extracting from archives;
+ nm: listing symbols from object files;
+ objcopy: copying and translating object files;
+ objdump: displaying information from object files;
+ ranlib: generating an index for the contents of an archive;
+ size: listing the section sizes of an object or archive file;
+ strings: listing printable strings from files;
+ strip: discarding symbols.
Текущий сопровождающий:
QA p6
Список участников
(данной и/или предыдущих сборок пакета):
- Bernhard Rosenkraenzer
- Chmouel Boudjnah
- Дмитрий Левин
- Frederic Lepied
- Кирилл Шутемов
- Pixel
- Thierry Vignaud
- Wartan Hachaturow
- hjl@gnu.org
- binutils
- binutils-debuginfo
- binutils-devel
- strings: enabled --all option by default, added --data option (by Nick Clifton; addresses numerous CVEs wrt strings(1)).2010-12-15 Дмитрий Левин 1:2.20.51.0.12-alt3
- binutils-devel: added Provides/Obsoletes for libbfd-devel, for backwards compatibility, because some packages need only header files from former libbfd-devel.2010-12-14 Кирилл Шутемов 1:2.20.51.0.12-alt2
- Merge all -devel packages into binutils-devel: + replace libbfd.so and libopcodes.so with linker script to use static libraries for linking external programs; + merge with libiberty-devel to avoid cyclical dependences; + no Provides/Obsoletes for libbfd-devel-static: no users in Sisyphus; + no Provides/Obsoletes for libbfd-devel: have to rebuild users anyway; - Fix alignment for common symbols in BFD linker plugin (closes: 24754)