From 737a7f94f3700e71726b59dd5b20d615fe7a78f7e6672dbf3d92ac95815a0bd4 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Fri, 8 Jul 2011 08:29:01 +0000 Subject: [PATCH] * Add --interleave-width option to objcopy to allowing copying a range of bytes from the input to the output with the --interleave option. * Add support for the TMS320C6000 (TI C6X) processor family. * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) using the -u / --unwind option. * Add --dyn-syms to readelf to dump dynamic symbol table. * A new tool - elfedit - has been added to directly manipulate ELF format binaries. * Add to dlltool .def file feature of aliasing PE internal symbol name by '== ' option. * Add a new command line option -a / --addresses to addr2line to display the address before function name or source filename. * Add a new command line option -p / --pretty-print to addr2line to have a more human readable output. * The hppa/som targets can now be compiled on any host. * Add --interleave-width option to objcopy to allowing copying a range of bytes from the input to the output with the --interleave option. * Add support for the TMS320C6000 (TI C6X) processor family. * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) using the -u / --unwind option. * Add --dyn-syms to readelf to dump dynamic symbol table. * A new tool - elfedit - has been added to directly manipulate ELF format binaries. * Add to dlltool .def file feature of aliasing PE internal symbol name by '== ' option. * Add a new command line option -a / --addresses to addr2line to display the address before function name or source filename. * Add a new command line option -p / --pretty-print to addr2line to have a more human readable output. * The hppa/som targets can now be compiled on any host. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=57 --- binutils.changes | 15 +++++++++++++++ binutils.spec | 2 +- cross-alpha-binutils.changes | 15 +++++++++++++++ cross-alpha-binutils.spec | 2 +- cross-arm-binutils.changes | 15 +++++++++++++++ cross-arm-binutils.spec | 2 +- cross-hppa-binutils.changes | 15 +++++++++++++++ cross-hppa-binutils.spec | 2 +- cross-hppa64-binutils.changes | 15 +++++++++++++++ cross-hppa64-binutils.spec | 2 +- cross-i386-binutils.changes | 15 +++++++++++++++ cross-i386-binutils.spec | 2 +- cross-ia64-binutils.changes | 15 +++++++++++++++ cross-ia64-binutils.spec | 2 +- cross-mips-binutils.changes | 15 +++++++++++++++ cross-mips-binutils.spec | 2 +- cross-ppc-binutils.changes | 15 +++++++++++++++ cross-ppc-binutils.spec | 2 +- cross-ppc64-binutils.changes | 15 +++++++++++++++ cross-ppc64-binutils.spec | 2 +- cross-s390-binutils.changes | 15 +++++++++++++++ cross-s390-binutils.spec | 2 +- cross-s390x-binutils.changes | 15 +++++++++++++++ cross-s390x-binutils.spec | 2 +- cross-sparc-binutils.changes | 15 +++++++++++++++ cross-sparc-binutils.spec | 2 +- cross-spu-binutils.changes | 15 +++++++++++++++ cross-spu-binutils.spec | 2 +- cross-x86_64-binutils.changes | 15 +++++++++++++++ cross-x86_64-binutils.spec | 2 +- 30 files changed, 240 insertions(+), 15 deletions(-) diff --git a/binutils.changes b/binutils.changes index 0645923..92fdd2d 100644 --- a/binutils.changes +++ b/binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/binutils.spec b/binutils.spec index c2dfb94..e6aa379 100644 --- a/binutils.spec +++ b/binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-alpha-binutils.changes b/cross-alpha-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-alpha-binutils.changes +++ b/cross-alpha-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-alpha-binutils.spec b/cross-alpha-binutils.spec index 2bd5bab..86f3d22 100644 --- a/cross-alpha-binutils.spec +++ b/cross-alpha-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index afb26dd..f474e11 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 14e4197..423c961 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index ea08308..2a7474c 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index 3fa7e5f..06fea74 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 68156ef..45e7e17 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 6434dfb..bad5d0d 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index d8970a7..717fdd4 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index 593ae7d..970cedb 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 6e3c71d..5705760 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index 285fb2b..3d2dac2 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 55de896..95db718 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index e3cb964..51298e9 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?) diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 0645923..92fdd2d 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -2,6 +2,21 @@ Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com - Update to binutils 2.21.1 release. + * Add --interleave-width option to objcopy to allowing copying a range + of bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. + * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) + using the -u / --unwind option. + * Add --dyn-syms to readelf to dump dynamic symbol table. + * A new tool - elfedit - has been added to directly manipulate ELF + format binaries. + * Add to dlltool .def file feature of aliasing PE internal symbol name + by '== ' option. + * Add a new command line option -a / --addresses to addr2line to display + the address before function name or source filename. + * Add a new command line option -p / --pretty-print to addr2line to have + a more human readable output. + * The hppa/som targets can now be compiled on any host. - Add dependency to opcodes from gold. ------------------------------------------------------------------- diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index f2ae51c..6b279ec 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static BuildRequires: zlib-devel %endif Version: 2.21.1 -Release: 4 +Release: 1 # # RUN_TESTS %define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)