Commit Graph

534 Commits

Author SHA256 Message Date
Richard Biener
6c3622185a - Update binutils-2.30-branch.diff: 2.30 branch @cd2de6083def3
* Includes fix for PR22836.  [boo#1085784]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=271
2018-03-19 15:18:36 +00:00
Richard Biener
ddcf44b372 - Update binutils-2.30-branch.diff: 2.30 branch @da8c5cfcc9
* Includes more complete fix for PR20882.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=270
2018-03-14 13:16:58 +00:00
Dominique Leuenberger
7ea5d4071b Accepting request 585020 from devel:gcc
- riscv-relax-size.patch: Fix symbol size bug when relaxation deletes bytes (forwarded request 584502 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/585020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=125
2018-03-12 11:02:40 +00:00
Michael Matz
968cb54108 Accepting request 584502 from home:Andreas_Schwab:Factory
- riscv-relax-size.patch: Fix symbol size bug when relaxation deletes bytes

OBS-URL: https://build.opensuse.org/request/show/584502
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=268
2018-03-09 13:34:02 +00:00
Dominique Leuenberger
1c22f3ff31 Accepting request 583547 from devel:gcc
This should fix the LLVM testsuite fail in Staging:A.

- Add binutils-pr22868.diff to fix testsuite fails in LLVM.

- Update to binutils 2.30
  * Add --debug-dump=links option to readelf and --dwarf=links option to objdump
    which displays the contents of any .gnu_debuglink or .gnu_debugaltlink
    sections.
    Add a --debug-dump=follow-links option to readelf and a --dwarf=follow-links
    option to objdump which causes indirect links into separate debug info files
    to be followed when dumping other DWARF sections.
  * Add support for loaction views in DWARF debug line information.
  * Add -z separate-code to generate separate code PT_LOAD segment.
  * Add "-z undefs" command line option as the inverse of the "-z defs" option.
  * Add -z globalaudit command line option to force audit libraries to be run
    for every dynamic object loaded by an executable - provided that the loader
    supports this functionality.
  * Tighten linker script grammar around file name specifiers to prevent the use
    of SORT_BY_ALIGNMENT and SORT_BY_INIT_PRIORITY on filenames.  These would
    previously be accepted but had no effect.
  * The EXCLUDE_FILE directive can now be placed within any SORT_* directive
    within input section lists.
- binutils-2.30-branch.diff: 2.30 branch @4cd0043413
- riscv-wrap-relax.patch: Fix linker relaxation with --wrap
- Remove use-hashtype-both-by-default.diff, use
  --enable-default-hash-style=both instead
- Remove binutils-2.29-branch.diff, s390x-8fe09d7.diff
- Use riscv64-suse-linux as target for cross-riscv64-binutils

- Add binutils-pr22868.diff to fix testsuite fails in LLVM.

- Update to binutils 2.30

OBS-URL: https://build.opensuse.org/request/show/583547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=124
2018-03-08 09:40:45 +00:00
Michael Matz
beaa2c0c2e - Add binutils-pr22868.diff to fix testsuite fails in LLVM.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=266
2018-03-06 16:02:58 +00:00
Michael Matz
809215cb87 Accepting request 580272 from home:Andreas_Schwab:Factory
- Update to binutils 2.30
  * Add --debug-dump=links option to readelf and --dwarf=links option to objdump
    which displays the contents of any .gnu_debuglink or .gnu_debugaltlink
    sections.
    Add a --debug-dump=follow-links option to readelf and a --dwarf=follow-links
    option to objdump which causes indirect links into separate debug info files
    to be followed when dumping other DWARF sections.
  * Add support for loaction views in DWARF debug line information.
  * Add -z separate-code to generate separate code PT_LOAD segment.
  * Add "-z undefs" command line option as the inverse of the "-z defs" option.
  * Add -z globalaudit command line option to force audit libraries to be run
    for every dynamic object loaded by an executable - provided that the loader
    supports this functionality.
  * Tighten linker script grammar around file name specifiers to prevent the use
    of SORT_BY_ALIGNMENT and SORT_BY_INIT_PRIORITY on filenames.  These would
    previously be accepted but had no effect.
  * The EXCLUDE_FILE directive can now be placed within any SORT_* directive
    within input section lists.
- binutils-2.30-branch.diff: 2.30 branch @4cd0043413
- riscv-wrap-relax.patch: Fix linker relaxation with --wrap
- Remove use-hashtype-both-by-default.diff, use
  --enable-default-hash-style=both instead
- Remove binutils-2.29-branch.diff, s390x-8fe09d7.diff
- Use riscv64-suse-linux as target for cross-riscv64-binutils

OBS-URL: https://build.opensuse.org/request/show/580272
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=265
2018-02-26 15:56:02 +00:00
Dominique Leuenberger
7dcd07d01a Accepting request 569906 from devel:gcc
Drop bc build dependency... I could not find any test that still relies on it (but I can might be wrong) (forwarded request 569884 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/569906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=123
2018-01-29 13:55:25 +00:00
Michael Matz
b0ad0e34cc Accepting request 569884 from home:dimstar:Factory
Drop bc build dependency... I could not find any test that still relies on it (but I can might be wrong)

OBS-URL: https://build.opensuse.org/request/show/569884
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=263
2018-01-26 15:02:52 +00:00
Dominique Leuenberger
77326d5505 Accepting request 568195 from devel:gcc
- Add riscv64 to %target_list (forwarded request 568059 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/568195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=122
2018-01-26 12:33:29 +00:00
Michael Matz
9cdc0d3b6d Accepting request 568059 from home:Andreas_Schwab:Factory
- Add riscv64 to %target_list

OBS-URL: https://build.opensuse.org/request/show/568059
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=261
2018-01-22 15:21:29 +00:00
Michael Matz
02edc8adef Accepting request 566969 from home:a_faerber:arm:none
Prepare arm-none-eabi binutils as symlinks

OBS-URL: https://build.opensuse.org/request/show/566969
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=260
2018-01-18 15:44:48 +00:00
Dominique Leuenberger
afbe0241b0 Accepting request 533970 from devel:gcc
This touches only the .changes file, so you can simply check it in
without much checking.
- Fixes these security-related PRs/bnc/CVEs:
  18750 [bsc#1030296, CVE-2014-9939]
  20891 [bsc#1030585, CVE-2017-7225]
  20892 [bsc#1030588, CVE-2017-7224]
  20898 [bsc#1030589, CVE-2017-7223]
  20905 [bsc#1030584, CVE-2017-7226]
  20908 [bsc#1031644, CVE-2017-7299]
  20909 [bsc#1031656, CVE-2017-7300]
  20921 [bsc#1031595, CVE-2017-7302]
  20922 [bsc#1031593, CVE-2017-7303]
  20924 [bsc#1031638, CVE-2017-7301]
  20931 [bsc#1031590, CVE-2017-7304]
  21409 [bsc#1037052, CVE-2017-8392]
  21412 [bsc#1037057, CVE-2017-8393]
  21414 [bsc#1037061, CVE-2017-8394]
  21432 [bsc#1037066, CVE-2017-8396]
  21440 [bsc#1037273, CVE-2017-8421]
  21580 [bsc#1044891, CVE-2017-9746]
  21581 [bsc#1044897, CVE-2017-9747]
  21582 [bsc#1044901, CVE-2017-9748]
  21587 [bsc#1044909, CVE-2017-9750]
  21594 [bsc#1044925, CVE-2017-9755]
  21595 [bsc#1044927, CVE-2017-9756]
- Feature changes:
  PR 21135 [bsc#1030298, CVE-2017-7209],
  PR 21137 [bsc#1029909, CVE-2017-6965],
  PR 21139 [bsc#1029908, CVE-2017-6966],
  PR 21156 [bsc#1029907, CVE-2017-6969],
  PR 21157 [bsc#1030297, CVE-2017-7210],
  PR 21147, PR 21148, PR 21149, PR 21150, PR 21151, PR 21155,

OBS-URL: https://build.opensuse.org/request/show/533970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=121
2017-10-16 23:52:14 +00:00
Michael Matz
8784249b4d Mention more CVEs and security bugzillas to be fixed
with the update to 2.29.
- Fixes these security-related PRs/bnc/CVEs:
  18750 [bsc#1030296, CVE-2014-9939]
  20891 [bsc#1030585, CVE-2017-7225]
  20892 [bsc#1030588, CVE-2017-7224]
  20898 [bsc#1030589, CVE-2017-7223]
  20905 [bsc#1030584, CVE-2017-7226]
  20908 [bsc#1031644, CVE-2017-7299]
  20909 [bsc#1031656, CVE-2017-7300]
  20921 [bsc#1031595, CVE-2017-7302]
  20922 [bsc#1031593, CVE-2017-7303]
  20924 [bsc#1031638, CVE-2017-7301]
  20931 [bsc#1031590, CVE-2017-7304]
  21409 [bsc#1037052, CVE-2017-8392]
  21412 [bsc#1037057, CVE-2017-8393]
  21414 [bsc#1037061, CVE-2017-8394]
  21432 [bsc#1037066, CVE-2017-8396]
  21440 [bsc#1037273, CVE-2017-8421]
  21580 [bsc#1044891, CVE-2017-9746]
  21581 [bsc#1044897, CVE-2017-9747]
  21582 [bsc#1044901, CVE-2017-9748]
  21587 [bsc#1044909, CVE-2017-9750]
  21594 [bsc#1044925, CVE-2017-9755]
  21595 [bsc#1044927, CVE-2017-9756]
- Feature changes:
  PR 21135 [bsc#1030298, CVE-2017-7209],
  PR 21137 [bsc#1029909, CVE-2017-6965],
  PR 21139 [bsc#1029908, CVE-2017-6966],
  PR 21156 [bsc#1029907, CVE-2017-6969],
  PR 21157 [bsc#1030297, CVE-2017-7210],
  PR 21147, PR 21148, PR 21149, PR 21150, PR 21151, PR 21155,

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=258
2017-10-13 15:01:36 +00:00
Dominique Leuenberger
badb4b3bee Accepting request 531786 from devel:gcc
(relative to SR 531177: add references to fates)
- Add s390x-8fe09d7.diff to fix typo in ELF notes.

- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.

  relative to the 2.29.1 release fixing following PRs/bnc/CVE:
  22058 [bnc#1057149, CVE-2017-14130]
  21813 [bnc#1052503, CVE-2017-12456, bnc#1052507, CVE-2017-12454,
         bnc#1052509, CVE-2017-12453, bnc#1052511, CVE-2017-12452,
         bnc#1052514, CVE-2017-12450, bnc#1052503, CVE-2017-12456,
         bnc#1052507, CVE-2017-12454, bnc#1052509, CVE-2017-12453,
         bnc#1052511, CVE-2017-12452, bnc#1052514, CVE-2017-12450]
  22148 [bnc#1060599, CVE-2017-14745]
  22163 [bnc#1061241, CVE-2017-14974]
  21933 [bnc#1053347, CVE-2017-12799]
  21787 [bnc#1052518, CVE-2017-12448]
  22018 [bnc#1056312, CVE-2017-13757]
  22170 [bnc#1060621, CVE-2017-14729]
  22047 [bnc#1057144, CVE-2017-14129]
  22059 [bnc#1057139, CVE-2017-14128]
  21990 [bnc#1058480, CVE-2017-14333]
  22113 [bnc#1059050, CVE-2017-14529]
  as well as these PRs:
  22061, 21786, 21916, 21994, 22064, 21995, 21909, 21441, 22060,
  22067, 22032, 21820, 22048, 22199, 21781, 21824, 21861, 22150.
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Add s390x-8fe09d7.diff to fix typo in ELF notes.

- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.

  relative to the 2.29.1 release fixing following PRs/bnc/CVE:

OBS-URL: https://build.opensuse.org/request/show/531786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=120
2017-10-13 12:02:19 +00:00
Michael Matz
14c120c0e7 Mention also the fates related to this.
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=256
2017-10-05 13:22:51 +00:00
Michael Matz
8ccc8ac690 - Add s390x-8fe09d7.diff to fix typo in ELF notes.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=255
2017-10-02 19:32:02 +00:00
Michael Matz
5caecceb57 Clarify which CVEs are fixed with this.
relative to the 2.29.1 release fixing following PRs/bnc/CVE:
  22058 [bnc#1057149, CVE-2017-14130]
  21813 [bnc#1052503, CVE-2017-12456, bnc#1052507, CVE-2017-12454,
         bnc#1052509, CVE-2017-12453, bnc#1052511, CVE-2017-12452,
         bnc#1052514, CVE-2017-12450, bnc#1052503, CVE-2017-12456,
         bnc#1052507, CVE-2017-12454, bnc#1052509, CVE-2017-12453,
         bnc#1052511, CVE-2017-12452, bnc#1052514, CVE-2017-12450]
  22148 [bnc#1060599, CVE-2017-14745]
  22163 [bnc#1061241, CVE-2017-14974]
  21933 [bnc#1053347, CVE-2017-12799]
  21787 [bnc#1052518, CVE-2017-12448]
  22018 [bnc#1056312, CVE-2017-13757]
  22170 [bnc#1060621, CVE-2017-14729]
  22047 [bnc#1057144, CVE-2017-14129]
  22059 [bnc#1057139, CVE-2017-14128]
  21990 [bnc#1058480, CVE-2017-14333]
  22113 [bnc#1059050, CVE-2017-14529]
  as well as these PRs:
  22061, 21786, 21916, 21994, 22064, 21995, 21909, 21441, 22060,
  22067, 22032, 21820, 22048, 22199, 21781, 21824, 21861, 22150.
  relative to the 2.29.1 release fixing following PRs/bnc/CVE:
  22058 [bnc#1057149, CVE-2017-14130]
  21813 [bnc#1052503, CVE-2017-12456, bnc#1052507, CVE-2017-12454,
         bnc#1052509, CVE-2017-12453, bnc#1052511, CVE-2017-12452,
         bnc#1052514, CVE-2017-12450, bnc#1052503, CVE-2017-12456,
         bnc#1052507, CVE-2017-12454, bnc#1052509, CVE-2017-12453,
         bnc#1052511, CVE-2017-12452, bnc#1052514, CVE-2017-12450]
  22148 [bnc#1060599, CVE-2017-14745]
  22163 [bnc#1061241, CVE-2017-14974]
  21933 [bnc#1053347, CVE-2017-12799]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=254
2017-10-02 18:43:52 +00:00
Richard Biener
68aabe785c Accepting request 529877 from home:marxin:branches:devel:gcc
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.

OBS-URL: https://build.opensuse.org/request/show/529877
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=253
2017-10-02 08:55:36 +00:00
Dominique Leuenberger
2d98197d30 Accepting request 529108 from devel:gcc
- Update to 2.29.1 release, accumulating bugfixes.
- Update binutils-2.29-branch.diff to @a38a1d80 and to be
  relative to the 2.29.1 release fixing PRs 22199, 22170 and 22163.

OBS-URL: https://build.opensuse.org/request/show/529108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=119
2017-10-01 14:59:00 +00:00
Richard Biener
399641da3b - Update to 2.29.1 release, accumulating bugfixes.
- Update binutils-2.29-branch.diff to @a38a1d80 and to be
  relative to the 2.29.1 release fixing PRs 22199, 22170 and 22163.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=251
2017-09-28 08:29:20 +00:00
Dominique Leuenberger
982d130655 Accepting request 520106 from devel:gcc
- Update to 2.29 (@5d25156), upstream fix for PR21884, as
  well as PRs 18808 18841 21840 21988 21910 21962 21964.

- Last fixes for PR21884 weren't complete, adjust
  binutils-2.29-branch.diff some more for this.

- Update to 2.29 branch (@de44148c), fixing PR21884, a segfault
  in ld while building memtest86+ .
  Changes binutils-2.29-branch.diff.

- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
  ABI in corner cases since 2.29 release.
  Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.

- Add binutils-2.29-gold-mips.patch to fix build on SLE-11.

- Update to binutils 2.29.
  * The MIPS port now supports microMIPS eXtended Physical Addressing (XPA)
    instructions for assembly and disassembly.
  * The MIPS port now supports the microMIPS Release 5 ISA for assembly and
    disassembly.
  * The MIPS port now supports the Imagination interAptiv MR2 processor,
    which implements the MIPS32r3 ISA, the MIPS16e2 ASE as well as a couple
    of implementation-specific regular MIPS and MIPS16e2 ASE instructions.
  * The SPARC port now supports the SPARC M8 processor, which implements the
    Oracle SPARC Architecture 2017.
  * The MIPS port now supports the MIPS16e2 ASE for assembly and disassembly.
  * Add support for ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX.
  * Add support for the wasm32 ELF conversion of the WebAssembly file format.

OBS-URL: https://build.opensuse.org/request/show/520106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=118
2017-09-20 15:04:23 +00:00
Richard Biener
6d67935326 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=249 2017-09-01 08:04:50 +00:00
Michael Matz
f69c141e09 - Update to 2.29 (@5d25156), upstream fix for PR21884, as
well as PRs 18808 18841 21840 21988 21910 21962 21964.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=248
2017-08-30 13:08:30 +00:00
Michael Matz
383988ae48 - Last fixed for PR21884 weren't complete, adjust
binutils-2.29-branch.diff some more for this.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=247
2017-08-11 14:01:07 +00:00
Michael Matz
a30a0a2021 - Update to 2.29 branch (@de44148c), fixing PR21884, a segfault
in ld while building memtest86+ .
  Changes binutils-2.29-branch.diff.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=246
2017-08-10 14:50:48 +00:00
Richard Biener
871c3164ec - Remove binutils-2.28-branch.diff.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=245
2017-08-04 11:39:18 +00:00
Michael Matz
4b3c072b49 - Update to 2.29 branch, fixing PR21847, affecting the ppc64le
ABI in corner cases since 2.29 release.
  Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=244
2017-07-31 17:17:45 +00:00
Richard Biener
077dac8506 - Add binutils-2.29-gold-mips.patch to fix build on SLE-11.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=243
2017-07-26 10:55:44 +00:00
Richard Biener
db99b0ff62 - Update to binutils 2.29.
* The MIPS port now supports microMIPS eXtended Physical Addressing (XPA)
    instructions for assembly and disassembly.
  * The MIPS port now supports the microMIPS Release 5 ISA for assembly and
    disassembly.
  * The MIPS port now supports the Imagination interAptiv MR2 processor,
    which implements the MIPS32r3 ISA, the MIPS16e2 ASE as well as a couple
    of implementation-specific regular MIPS and MIPS16e2 ASE instructions.
  * The SPARC port now supports the SPARC M8 processor, which implements the
    Oracle SPARC Architecture 2017.
  * The MIPS port now supports the MIPS16e2 ASE for assembly and disassembly.
  * Add support for ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX.
  * Add support for the wasm32 ELF conversion of the WebAssembly file format.
  * Add --inlines option to objdump, which extends the --line-numbers option
    so that inlined functions will display their nesting information.
  * Add --merge-notes options to objcopy to reduce the size of notes in
    a binary file by merging and deleting redundant notes.
  * Add support for locating separate debug info files using the build-id
    method, where the separate file has a name based upon the build-id of
    the original file.
  GAS
  * Add support for ELF SHF_GNU_MBIND.
  * Add support for the WebAssembly file format and wasm32 ELF conversion.
  * PowerPC gas now checks that the correct register class is used in
    instructions.  For instance, "addi %f4,%cr3,%r31" warns three times
    that the registers are invalid.
  * Add support for the Texas Instruments PRU processor.
  * Support for the ARMv8-R architecture and Cortex-R52 processor has been
    added to the ARM port.
  GNU ld

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=242
2017-07-26 08:42:03 +00:00
Dominique Leuenberger
b44e365b6d Accepting request 485830 from devel:gcc
Relative to the last submit req 484086 this only adds a new
target and hence package (riscv64).  No actual source or code
changes, so the testing that's currently done in Staging:A is
still valid for this submission as well.

- Add riscv64 target, tested with gcc7 and downstream newlib 2.4.0
* Prepare riscv32 target (gh#riscv/riscv-newlib#8)

OBS-URL: https://build.opensuse.org/request/show/485830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=117
2017-04-25 06:54:20 +00:00
Michael Matz
6b871c8dd6 Accepting request 485812 from home:a_faerber:riscv
Add riscv64 target

OBS-URL: https://build.opensuse.org/request/show/485812
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=240
2017-04-05 12:58:14 +00:00
Richard Biener
acc3578ab0 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=239 2017-03-31 11:59:22 +00:00
Richard Biener
9dedaf88ec - Add binutils-bso21333.diff. [boo#1029995]
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=238
2017-03-31 11:43:20 +00:00
Richard Biener
0a4a64a0d6 - Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
  old products and enable for gas on all architectures otherwise.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=237
2017-03-31 10:45:35 +00:00
Richard Biener
32d9ceffd6 - Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
  [boo#1025282]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=236
2017-03-30 11:17:57 +00:00
Dominique Leuenberger
f046e2acac Accepting request 480883 from devel:gcc
- Add fix-security-bugs.diff to fix bnc#1029907, bnc#1029908,
  bnc#1029909 and more.  Upstream bugs fixed: 
  PR 21135, PR 21137, PR 21139, PR 21147, PR 21148, PR 21149,
  PR 21150, PR 21151, PR 21155, PR 21156, PR 21157, PR 21158,
  PR 21159

- Update to binutils 2.28.
  * Add support for locating separate debug info files using the build-id
    method, where the separate file has a name based upon the build-id of
    the original file.
  * This version of binutils fixes a problem with PowerPC VLE 16A and 16D
    relocations which were functionally swapped, for example,
    R_PPC_VLE_HA16A performed like R_PPC_VLE_HA16D while R_PPC_VLE_HA16D
    performed like R_PPC_VLE_HA16A.  This could have been fixed by
    renumbering relocations, which would keep object files created by an
    older version of gas compatible with a newer ld.  However, that would
    require an ABI update, affecting other assemblers and linkers that
    create and process the relocations correctly.  It is recommended that
    all VLE object files be recompiled, but ld can modify the relocations
    if --vle-reloc-fixup is passed to ld.  If the new ld command line
    option is not used, ld will ld warn on finding relocations inconsistent
    with the instructions being relocated.
  * The nm program has a new command line option (--with-version-strings)
    which will display a symbol's version information, if any, after the
    symbol's name.
  * The ARC port of objdump now accepts a -M option to specify the extra
    instruction class(es) that should be disassembled.
  * The --remove-section option for objcopy and strip now accepts section
    patterns starting with an exclamation point to indicate a non-matching
    section.  A non-matching section is removed from the set of sections

OBS-URL: https://build.opensuse.org/request/show/480883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=116
2017-03-21 21:45:58 +00:00
Michael Matz
fe376ecbb2 Whoops, forgot the other .spec files.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=234
2017-03-17 15:44:53 +00:00
Michael Matz
f65434a0e9 - Add fix-security-bugs.diff to fix bnc#1029907, bnc#1029908,
bnc#1029909 and more.  Upstream bugs fixed: 
  PR 21135, PR 21137, PR 21139, PR 21147, PR 21148, PR 21149,
  PR 21150, PR 21151, PR 21155, PR 21156, PR 21157, PR 21158,
  PR 21159

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=233
2017-03-17 15:42:08 +00:00
Dominique Leuenberger
036c6b17c0 Accepting request 477329 from devel:gcc
- Configure with --with-system-zlib (forwarded request 477325 from AndreasSchwab)

OBS-URL: https://build.opensuse.org/request/show/477329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=115
2017-03-15 00:05:57 +00:00
Richard Biener
4522633f01 - Update to binutils 2.28.
* Add support for locating separate debug info files using the build-id
    method, where the separate file has a name based upon the build-id of
    the original file.
  * This version of binutils fixes a problem with PowerPC VLE 16A and 16D
    relocations which were functionally swapped, for example,
    R_PPC_VLE_HA16A performed like R_PPC_VLE_HA16D while R_PPC_VLE_HA16D
    performed like R_PPC_VLE_HA16A.  This could have been fixed by
    renumbering relocations, which would keep object files created by an
    older version of gas compatible with a newer ld.  However, that would
    require an ABI update, affecting other assemblers and linkers that
    create and process the relocations correctly.  It is recommended that
    all VLE object files be recompiled, but ld can modify the relocations
    if --vle-reloc-fixup is passed to ld.  If the new ld command line
    option is not used, ld will ld warn on finding relocations inconsistent
    with the instructions being relocated.
  * The nm program has a new command line option (--with-version-strings)
    which will display a symbol's version information, if any, after the
    symbol's name.
  * The ARC port of objdump now accepts a -M option to specify the extra
    instruction class(es) that should be disassembled.
  * The --remove-section option for objcopy and strip now accepts section
    patterns starting with an exclamation point to indicate a non-matching
    section.  A non-matching section is removed from the set of sections
    matched by an earlier --remove-section pattern.
  * The --only-section option for objcopy now accepts section patterns
    starting with an exclamation point to indicate a non-matching section.
    A non-matching section is removed from the set of sections matched by
    an earlier --only-section pattern.
  * New --remove-relocations=SECTIONPATTERN option for objcopy and strip.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=231
2017-03-08 11:39:36 +00:00
Michael Matz
3b9da27fe3 Accepting request 477325 from home:AndreasSchwab:f
- Configure with --with-system-zlib

OBS-URL: https://build.opensuse.org/request/show/477325
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=230
2017-03-06 18:00:36 +00:00
Dominique Leuenberger
85d4caefaf Accepting request 460174 from devel:gcc
- Add binutils-bso21193.diff to fix section alignment on
  .gnu_debuglink.  [bso#21193]

OBS-URL: https://build.opensuse.org/request/show/460174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=114
2017-03-05 16:49:00 +00:00
Richard Biener
137be544d1 - Add binutils-bso21193.diff to fix section alignment on
.gnu_debuglink.  [bso#21193]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=228
2017-02-24 10:51:58 +00:00
Dominique Leuenberger
65dfb5d087 Accepting request 455439 from devel:gcc
- Add s390x to gold_archs.

- Fix alignment frags for aarch64 (boo#1003846)
  aarch64-alignment-frags.patch

- Call ldconfig for libbfd

OBS-URL: https://build.opensuse.org/request/show/455439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=113
2017-02-12 23:24:06 +00:00
Richard Biener
f1bbe29a58 - Add s390x to gold_archs.
- Fix alignment frags for aarch64 (boo#1003846)
  aarch64-alignment-frags.patch

- Call ldconfig for libbfd

- Add s390x to gold_archs.

- Fix alignment frags for aarch64 (boo#1003846)
  aarch64-alignment-frags.patch

- Call ldconfig for libbfd

- Add s390x to gold_archs.

- Fix alignment frags for aarch64 (boo#1003846)
  aarch64-alignment-frags.patch

- Call ldconfig for libbfd

- Add s390x to gold_archs.

- Fix alignment frags for aarch64 (boo#1003846)
  aarch64-alignment-frags.patch

- Call ldconfig for libbfd

- Add s390x to gold_archs.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=226
2017-02-07 11:42:42 +00:00
Richard Biener
662ed82bb8 Accepting request 448196 from openSUSE:Factory:zSystems
Added s390x to the list of architectures that get built.

OBS-URL: https://build.opensuse.org/request/show/448196
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=225
2017-02-07 11:37:24 +00:00
Richard Biener
ca89863d6e Accepting request 455047 from home:a_faerber:atf
Fix arm-trusted-firmware build (boo#1003846)

OBS-URL: https://build.opensuse.org/request/show/455047
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=224
2017-02-07 11:35:44 +00:00
Richard Biener
470d55128c Accepting request 448240 from home:jengelh:branches:devel:gcc
- Call ldconfig for libbfd

OBS-URL: https://build.opensuse.org/request/show/448240
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=223
2017-01-30 10:43:43 +00:00
Dominique Leuenberger
7cf3f0e294 Accepting request 442830 from devel:gcc
- Add refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch
  from upstream to fix an assembler problem with clang on ARM.
  Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=20648

- Add refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch
  from upstream to fix an assembler problem with clang on ARM.
  Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=20648

- Add refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch
  from upstream to fix an assembler problem with clang on ARM.
  Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=20648

- Add refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch
  from upstream to fix an assembler problem with clang on ARM.
  Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=20648

- Add refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch
  from upstream to fix an assembler problem with clang on ARM.
  Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=20648

- Add refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch
  from upstream to fix an assembler problem with clang on ARM.
  Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=20648

- Add refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch
  from upstream to fix an assembler problem with clang on ARM.
  Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=20648

- Add refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch
  from upstream to fix an assembler problem with clang on ARM. (forwarded request 442826 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/442830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=112
2016-12-03 17:22:40 +00:00