SHA256
6
0
forked from pool/binutils

- Update to current 2.24 branch at b36bc812:

AVX512 fixes, new x86 instructions clflushopt, xsaves, xsavec, xrstors.
  aarch64: linker fixes for PLT stubs, correct float const 0.0 parsing,
  support ifunc in static links.
  Fix ld/16643 (problem with GCed sections).
  powerpc64le: fix ld segfault with --emit-relocs.
  Fix buffer underrun in x86 disassembler.
  Fix merging of skipped weak symbols.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=159
This commit is contained in:
2014-03-26 15:41:18 +00:00
committed by Git OBS Bridge
parent e5c3143c60
commit d531143ff6
40 changed files with 250 additions and 320 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 26 15:29:34 UTC 2014 - matz@suse.de
- Update to current 2.24 branch at b36bc812:
AVX512 fixes, new x86 instructions clflushopt, xsaves, xsavec, xrstors.
aarch64: linker fixes for PLT stubs, correct float const 0.0 parsing,
support ifunc in static links.
Fix ld/16643 (problem with GCed sections).
powerpc64le: fix ld segfault with --emit-relocs.
Fix buffer underrun in x86 disassembler.
Fix merging of skipped weak symbols.
-------------------------------------------------------------------
Mon Mar 24 13:58:29 UTC 2014 - rguenther@suse.com