(sync with sle11sp2 binutils)

- Add support for x86_64-pep target [needed for Xen fate #311376]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=53
This commit is contained in:
Michael Matz 2011-06-27 14:59:47 +00:00 committed by Git OBS Bridge
parent eb4b58099e
commit 0c91cde38b
31 changed files with 237 additions and 105 deletions

27
binutils-add-pep.diff Normal file
View File

@ -0,0 +1,27 @@
Index: binutils-2.21.0/bfd/config.bfd
===================================================================
--- binutils-2.21.0.orig/bfd/config.bfd 2011-04-01 14:04:23.000000000 +0200
+++ binutils-2.21.0/bfd/config.bfd 2011-06-17 15:20:41.000000000 +0200
@@ -641,7 +641,7 @@ case "${targ}" in
targ_selvecs="bfd_elf32_i386_vec i386linux_vec i386pei_vec x86_64pei_vec bfd_elf64_l1om_vec"
want64=true
;;
- x86_64-*-mingw*)
+ x86_64-*-mingw* | x86_64-*-pe | x86_64-*-pep )
targ_defvec=x86_64pe_vec
targ_selvecs="x86_64pe_vec x86_64pei_vec bfd_elf64_x86_64_vec bfd_elf64_l1om_vec i386pe_vec i386pei_vec bfd_elf32_i386_vec"
want64=true
Index: binutils-2.21.0/ld/configure.tgt
===================================================================
--- binutils-2.21.0.orig/ld/configure.tgt 2011-04-01 14:04:28.000000000 +0200
+++ binutils-2.21.0/ld/configure.tgt 2011-06-17 15:21:29.000000000 +0200
@@ -278,6 +278,9 @@ i[3-7]86-*-cygwin*) targ_emul=i386pe ;
test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
i[3-7]86-*-mingw32*) targ_emul=i386pe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
+x86_64-*-pe | x86_64-*-pep) targ_emul=i386pep ;
+ targ_extra_emuls=i386pe ;
+ targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o" ;;
x86_64-*-mingw*) targ_emul=i386pep ;
targ_extra_emuls=i386pe
targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o" ;;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 5
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 5
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -162,7 +163,7 @@ Authors:
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
%package gold
License: GPLv3+
License: GPL v3 or later
Summary: The gold linker
AutoReqProv: on
Requires: binutils = %{version}-%{release}
@ -204,7 +205,7 @@ Authors:
Andrew Chatham
%package devel
License: GPLv2+ ; LGPLv2.1+
License: GPL v2 or later; LGPL v2.1 or later
Summary: GNU binutils (BFD development files)
AutoReqProv: on
Requires: binutils = %{version}-%{release}, zlib-devel
@ -251,7 +252,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -299,6 +300,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -316,7 +318,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-alpha-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-alpha-binutils
Name: cross-alpha-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-arm-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-arm-binutils
Name: cross-arm-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-hppa-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-hppa-binutils
Name: cross-hppa-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-hppa64-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-hppa64-binutils
Name: cross-hppa64-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-i386-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-i386-binutils
Name: cross-i386-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-ia64-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-ia64-binutils
Name: cross-ia64-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-mips-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-mips-binutils
Name: cross-mips-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-ppc-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-ppc-binutils
Name: cross-ppc-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-ppc64-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-ppc64-binutils
Name: cross-ppc64-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-s390-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-s390-binutils
Name: cross-s390-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-s390x-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-s390x-binutils
Name: cross-s390x-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-sparc-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-sparc-binutils
Name: cross-sparc-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-spu-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-spu-binutils
Name: cross-spu-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
- Add support for x86_64-pep target [needed for Xen fate #311376]
-------------------------------------------------------------------
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package cross-x86_64-binutils
# spec file for package binutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,7 +17,7 @@
Name: cross-x86_64-binutils
Name: cross-x86_64-binutils
BuildRequires: bison dejagnu flex gcc-c++
# for some gold tests
BuildRequires: bc
@ -27,7 +27,7 @@ BuildRequires: zlib-devel-static
BuildRequires: zlib-devel
%endif
Version: 2.21.0
Release: 3
Release: 4
#
# RUN_TESTS
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
@ -59,7 +59,7 @@ Release: 3
#
#
Url: http://www.gnu.org/software/binutils/
License: GPLv3+
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
Group: Development/Tools/Building
PreReq: %{install_info_prereq}
AutoReqProv: on
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch15: fixup-testcase-perturb.diff
Patch16: amd-bdver2-and-fixes2.diff.gz
Patch17: binutils-add-pep.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -137,7 +138,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -223,7 +224,7 @@ Authors:
Jim Kingdon <kingdon@cygnus.com>
Jim Wilson <wilson@redhat.com>
John Gilmore <gnu@cygnus.com>
Joern Rennecke <amylaar@redhat.com>
Jörn Rennecke <amylaar@redhat.com>
K. Richard Pixley <rich@cygnus.com>
Ken Raeburn <raeburn@cygnus.com>
Kung Hsu <kung@cygnus.com>
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch15
%patch16 -p1
%patch17 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
echo "Building native binutils."
%if %build_multitarget
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
%else
EXTRA_TARGETS=
%ifarch sparc