SHA256
6
0
forked from pool/binutils

- Update to binutils-2_31-branch @e51abf7e3, minor bugfixes in

the support for the X86_ISA_1_* notes.  Adds
  patch binutils-2.31-branch.diff.gz .
- Add binutils-revert-plt32-in-branches.diff on anything older
  than Tumbleweed to not break old tools not expecting
  PLT32 instead of PC32 relocs on x86_64.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=284
This commit is contained in:
2018-08-28 14:17:33 +00:00
committed by Git OBS Bridge
parent 2c1683c701
commit a4e84e54d4
46 changed files with 1134 additions and 44 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 28 14:07:15 UTC 2018 - matz@suse.com
- Update to binutils-2_31-branch @e51abf7e3, minor bugfixes in
the support for the X86_ISA_1_* notes. Adds
patch binutils-2.31-branch.diff.gz .
- Add binutils-revert-plt32-in-branches.diff on anything older
than Tumbleweed to not break old tools not expecting
PLT32 instead of PC32 relocs on x86_64.
-------------------------------------------------------------------
Tue Jul 31 11:45:27 UTC 2018 - rguenther@suse.com
@@ -44,6 +54,15 @@ Mon Jun 4 09:49:37 UTC 2018 - schwab@suse.de
- riscv-relax-versioned-hidden.patch: RISC-V: Fix symbol address problem
with versioned symbols (PR ld/22756)
-------------------------------------------------------------------
Tue Apr 3 14:56:44 UTC 2018 - matz@suse.com
- Fix pacemaker libqb problem with section start/stop
symbols, aka PR21964. [bnc#1075418]
Adds binutils-fix-pr21964.diff .
(this is a change from SLE12, that was already included in 2.31
binutils tree, mentioned for completeness to not loose tracking)
-------------------------------------------------------------------
Sat May 12 20:57:32 UTC 2018 - afaerber@suse.de