SHA256
1
0
forked from pool/binutils

- Add patches for s390 z13 support (backports from

to-be 2.26):
  0001-S-390-Add-support-for-IBM-z13.patch
  0002-S-390-Add-check-for-length-field-operand.patch
  0003-S-390-Add-more-IBM-z13-instructions.patch
  0004-S-390-Fixes-for-z13-instructions.patch
  0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch .

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=189
This commit is contained in:
2015-07-09 14:43:01 +00:00
committed by Git OBS Bridge
parent 446fa172be
commit d30ea5816d
45 changed files with 5045 additions and 0 deletions

View File

@@ -101,6 +101,11 @@ Patch18: gold-depend-on-opcodes.diff
Patch22: binutils-bfd_h.patch
Patch23: binutils-fix-gold-aarch64.diff
Patch26: binutils-fix--dynamic-list.patch
Patch27: 0001-S-390-Add-support-for-IBM-z13.patch
Patch28: 0002-S-390-Add-check-for-length-field-operand.patch
Patch29: 0003-S-390-Add-more-IBM-z13-instructions.patch
Patch30: 0004-S-390-Fixes-for-z13-instructions.patch
Patch31: 0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch93: cross-avr-size.patch
@@ -173,6 +178,11 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch22
%patch23
%patch26 -p1
%patch27 -p1
%patch28 -p1
%patch29 -p1
%patch30 -p1
%patch31 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90