Accepting request 286744 from home:Andreas_Schwab:Factory

- gold-opd-visibility.patch: Set default visibility on discarded .opd
  symbols

OBS-URL: https://build.opensuse.org/request/show/286744
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=179
This commit is contained in:
2015-02-19 11:49:45 +00:00
committed by Git OBS Bridge
parent 845c324ebc
commit 2819f93f2f
41 changed files with 198 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package cross-mips-binutils
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@@ -100,6 +100,7 @@ Patch18: gold-depend-on-opcodes.diff
Patch22: binutils-bfd_h.patch
Patch23: binutils-fix-gold-aarch64.diff
Patch24: eh-frame-hdr-on-shared-lib-bfd.patch
Patch25: gold-opd-visibility.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch93: cross-avr-size.patch
@@ -172,6 +173,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch22
%patch23
%patch24 -p1
%patch25 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90