SHA256
1
0
forked from pool/binutils

Accepting request 338990 from home:Andreas_Schwab:Factory

- s390-troo-insn-type.patch: fix wrong insn type for troo insn
- aarch64-common-pagesize.patch: change default common-page-size to 64K on
  aarch64

OBS-URL: https://build.opensuse.org/request/show/338990
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=196
This commit is contained in:
2015-10-14 14:38:50 +00:00
committed by Git OBS Bridge
parent e79c7d734f
commit 39979f8a31
44 changed files with 441 additions and 0 deletions

View File

@@ -107,6 +107,8 @@ 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
Patch32: gold-arm64-abi-pagesize.patch
Patch33: s390-troo-insn-type.patch
Patch34: aarch64-common-pagesize.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch93: cross-avr-size.patch
@@ -189,6 +191,8 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch30 -p1
%patch31 -p1
%patch32 -p1
%patch33 -p1
%patch34 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90