Autobuild autoformatter for 74753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=62
This commit is contained in:
parent
29f2c1dc87
commit
be2a6bb7de
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-alpha-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-alpha-binutils
|
||||
Name: cross-alpha-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-arm-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-arm-binutils
|
||||
Name: cross-arm-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-hppa-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-hppa-binutils
|
||||
Name: cross-hppa-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-hppa64-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-hppa64-binutils
|
||||
Name: cross-hppa64-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-i386-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-i386-binutils
|
||||
Name: cross-i386-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-ia64-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-ia64-binutils
|
||||
Name: cross-ia64-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-mips-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-mips-binutils
|
||||
Name: cross-mips-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-ppc-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-ppc-binutils
|
||||
Name: cross-ppc-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-ppc64-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-ppc64-binutils
|
||||
Name: cross-ppc64-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-s390-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-s390-binutils
|
||||
Name: cross-s390-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-s390x-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-s390x-binutils
|
||||
Name: cross-s390x-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-sparc-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-sparc-binutils
|
||||
Name: cross-sparc-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-spu-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-spu-binutils
|
||||
Name: cross-spu-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
@ -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 '== <ID>' 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package binutils
|
||||
# spec file for package cross-x86_64-binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-x86_64-binutils
|
||||
Name: cross-x86_64-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -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 $?)
|
||||
|
Loading…
Reference in New Issue
Block a user