forked from pool/binutils
Updating link to change in openSUSE:Factory/binutils revision 45.0
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=000f9c9d7c0f39cd452ee42599c418a4
This commit is contained in:
parent
c0c250f7e4
commit
0b325a53ed
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -297,6 +298,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 16:55:32 CET 2010 - matz@suse.de
|
||||
|
||||
- Add more aliases for VPCOM* instructions (XOP support).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 16:05:48 CET 2010 - matz@suse.de
|
||||
|
||||
- Add support for AMD XOP instructions. [bnc #578249]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:31:06 CET 2010 - matz@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.20.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -85,6 +85,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
Patch100: xop.diff.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" != "binutils"
|
||||
%define _prefix /opt/cross
|
||||
@ -269,6 +270,7 @@ cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
%patch92
|
||||
%endif
|
||||
%patch100 -p1
|
||||
#
|
||||
# test_vanilla
|
||||
%endif
|
||||
|
3
xop.diff.gz
Normal file
3
xop.diff.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24d85a416878242cefcb8704ebc286501d01e1a2addaa140a847f83247a0f2b0
|
||||
size 199175
|
Loading…
Reference in New Issue
Block a user