forked from pool/binutils
* 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. * 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. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=57
This commit is contained in:
parent
66c531f535
commit
737a7f94f3
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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.
|
||||
- Add dependency to opcodes from gold.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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