SHA256
1
0
forked from pool/binutils

Accepting request 353332 from home:Andreas_Schwab:Factory

- gold-relocate-tls.patch: Fix internal error when applying TLSDESC
  relocations with no TLS segment

OBS-URL: https://build.opensuse.org/request/show/353332
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=198
This commit is contained in:
2016-01-14 09:37:34 +00:00
committed by Git OBS Bridge
parent 39979f8a31
commit 985d648f51
43 changed files with 354 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package cross-ia64-binutils
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -109,6 +109,7 @@ 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
Patch35: gold-relocate-tls.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch93: cross-avr-size.patch
@@ -193,6 +194,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch32 -p1
%patch33 -p1
%patch34 -p1
%patch35 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90