From 058b51ee873cd16556ab7b309da25904a22200e81cda4e29b0691176260eb809 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 15 Jan 2015 09:39:48 +0000 Subject: [PATCH] - Update to binutils 2.25 release. * Add --data option to strings to only print strings in loadable, initialized data sections. Change the default behaviour to be --all, but add a new configure time option of --disable-default-strings-all to restore the old default behaviour. * Add --include-all-whitespace to strings. * Add --dump-section option to objcopy. * Add support for the Andes NDS32. * PE binaries now once again contain real timestamps by default. To disable the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp command line option. * Replace support for openrisc and or32 with support for or1k. * Add support for the --build-id command line option to COFF based targets. * x86/x86_64 pe-coff now supports the --build-id option. * Add support for the AVR Tiny microcontrollers. * Enhanced the ARM port to accept the assembler output from the CodeComposer Studio tool. Support is enabled via the new command line option -mccs. - Update to 2.25 branch head. * Pulls PIE fixes. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=174 --- binutils-2.24.90.tar.bz2 | 3 --- binutils-2.25.0.tar.bz2 | 3 +++ binutils.changes | 23 +++++++++++++++++++++++ binutils.spec | 2 +- cross-aarch64-binutils.changes | 23 +++++++++++++++++++++++ cross-aarch64-binutils.spec | 2 +- cross-arm-binutils.changes | 23 +++++++++++++++++++++++ cross-arm-binutils.spec | 2 +- cross-avr-binutils.changes | 23 +++++++++++++++++++++++ cross-avr-binutils.spec | 2 +- cross-epiphany-binutils.changes | 23 +++++++++++++++++++++++ cross-epiphany-binutils.spec | 2 +- cross-hppa-binutils.changes | 23 +++++++++++++++++++++++ cross-hppa-binutils.spec | 2 +- cross-hppa64-binutils.changes | 23 +++++++++++++++++++++++ cross-hppa64-binutils.spec | 2 +- cross-i386-binutils.changes | 23 +++++++++++++++++++++++ cross-i386-binutils.spec | 2 +- cross-ia64-binutils.changes | 23 +++++++++++++++++++++++ cross-ia64-binutils.spec | 2 +- cross-m68k-binutils.changes | 23 +++++++++++++++++++++++ cross-m68k-binutils.spec | 2 +- cross-mips-binutils.changes | 23 +++++++++++++++++++++++ cross-mips-binutils.spec | 2 +- cross-ppc-binutils.changes | 23 +++++++++++++++++++++++ cross-ppc-binutils.spec | 2 +- cross-ppc64-binutils.changes | 23 +++++++++++++++++++++++ cross-ppc64-binutils.spec | 2 +- cross-ppc64le-binutils.changes | 23 +++++++++++++++++++++++ cross-ppc64le-binutils.spec | 2 +- cross-s390-binutils.changes | 23 +++++++++++++++++++++++ cross-s390-binutils.spec | 2 +- cross-s390x-binutils.changes | 23 +++++++++++++++++++++++ cross-s390x-binutils.spec | 2 +- cross-sparc-binutils.changes | 23 +++++++++++++++++++++++ cross-sparc-binutils.spec | 2 +- cross-sparc64-binutils.changes | 23 +++++++++++++++++++++++ cross-sparc64-binutils.spec | 2 +- cross-spu-binutils.changes | 23 +++++++++++++++++++++++ cross-spu-binutils.spec | 2 +- cross-x86_64-binutils.changes | 23 +++++++++++++++++++++++ cross-x86_64-binutils.spec | 2 +- 42 files changed, 483 insertions(+), 23 deletions(-) delete mode 100644 binutils-2.24.90.tar.bz2 create mode 100644 binutils-2.25.0.tar.bz2 diff --git a/binutils-2.24.90.tar.bz2 b/binutils-2.24.90.tar.bz2 deleted file mode 100644 index a7141e5..0000000 --- a/binutils-2.24.90.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84fbe69b50edc8424655cdf8537d150e21e03744f27f9f0deb2b17334921f6d7 -size 24817475 diff --git a/binutils-2.25.0.tar.bz2 b/binutils-2.25.0.tar.bz2 new file mode 100644 index 0000000..8f0d3e8 --- /dev/null +++ b/binutils-2.25.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74c4dc2762c971df8ae09cdc4bcceba2167eb1c522d15532ba36292bf91b867 +size 25662100 diff --git a/binutils.changes b/binutils.changes index 84b4d68..bd94f61 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/binutils.spec b/binutils.spec index 2f80292..c651fe9 100644 --- a/binutils.spec +++ b/binutils.spec @@ -35,7 +35,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-aarch64-binutils.spec b/cross-aarch64-binutils.spec index 11076cd..1cfb034 100644 --- a/cross-aarch64-binutils.spec +++ b/cross-aarch64-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index ce55c39..359afd7 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 1d7cdc4..6cbb492 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-epiphany-binutils.spec b/cross-epiphany-binutils.spec index 332a5fc..978363c 100644 --- a/cross-epiphany-binutils.spec +++ b/cross-epiphany-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 7a424b2..4cf221a 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index 871b581..400c55b 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index bb5fd27..aeb1366 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 8fab2f3..b27b483 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-m68k-binutils.spec b/cross-m68k-binutils.spec index 6dba712..3d6adf1 100644 --- a/cross-m68k-binutils.spec +++ b/cross-m68k-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 1bc52f0..a4efc20 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index 89d3a55..862f6fc 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index a3f3743..9bcf37d 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-ppc64le-binutils.spec b/cross-ppc64le-binutils.spec index 05eca87..bd2d935 100644 --- a/cross-ppc64le-binutils.spec +++ b/cross-ppc64le-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index dc66bfc..3d95ff7 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index b33eb07..5802311 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 5819448..fe2bcae 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-sparc64-binutils.spec b/cross-sparc64-binutils.spec index ce3ba6f..862f852 100644 --- a/cross-sparc64-binutils.spec +++ b/cross-sparc64-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 625c9b2..9488fb2 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 84b4d68..bd94f61 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 15 08:54:54 UTC 2015 - rguenther@suse.com + +- Update to binutils 2.25 release. + * Add --data option to strings to only print strings in loadable, initialized + data sections. Change the default behaviour to be --all, but add a new + configure time option of --disable-default-strings-all to restore the old + default behaviour. + * Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. + * Add support for the Andes NDS32. + * PE binaries now once again contain real timestamps by default. To disable + the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp + command line option. + * Replace support for openrisc and or32 with support for or1k. + * Add support for the --build-id command line option to COFF based targets. + * x86/x86_64 pe-coff now supports the --build-id option. + * Add support for the AVR Tiny microcontrollers. + * Enhanced the ARM port to accept the assembler output from the CodeComposer + Studio tool. Support is enabled via the new command line option -mccs. +- Update to 2.25 branch head. + * Pulls PIE fixes. + ------------------------------------------------------------------- Mon Jan 12 20:26:26 UTC 2015 - dimstar@opensuse.org diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index a0dfbdf..1af9b23 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static %else BuildRequires: zlib-devel %endif -Version: 2.24.90 +Version: 2.25.0 Release: 0 # # RUN_TESTS