0001-S390-Fix-compiler-invocation-with-compile-command.patch

0001-S390-Support-new-vector-register-sections.patch

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=125
This commit is contained in:
2015-07-10 15:33:40 +00:00
committed by Git OBS Bridge
parent fe8adf5fdd
commit 299ef19c0e
4 changed files with 241 additions and 5 deletions

View File

@@ -215,11 +215,13 @@ Patch1002: gdb-6.6-buildid-locate-rpm-suse.patch
# Upstream patch for reordering "s390:31-bit" (bnc#936050)
Patch1003: gdb-s390-reorder-arch.diff
# fate#318039
Patch1004: 0001-S390-Add-target-descriptions-for-vector-register-set.patch
Patch1005: 0002-S390-Add-vector-register-support-to-gdb.patch
Patch1006: 0003-S390-Add-vector-register-support-to-gdbserver.patch
Patch1007: 0004-S390-Vector-register-test-case.patch
Patch1008: 0005-S390-Name-invisible-registers-with-the-empty-string-.patch
Patch1004: 0001-S390-Fix-compiler-invocation-with-compile-command.patch
Patch1005: 0001-S390-Support-new-vector-register-sections.patch
Patch1006: 0001-S390-Add-target-descriptions-for-vector-register-set.patch
Patch1007: 0002-S390-Add-vector-register-support-to-gdb.patch
Patch1008: 0003-S390-Add-vector-register-support-to-gdbserver.patch
Patch1009: 0004-S390-Vector-register-test-case.patch
Patch1010: 0005-S390-Name-invisible-registers-with-the-empty-string-.patch
BuildRequires: bison
BuildRequires: flex
@@ -487,6 +489,8 @@ find -name "*.info*"|xargs rm -f
%patch1006 -p1
%patch1007 -p1
%patch1008 -p1
%patch1009 -p1
%patch1010 -p1
find -name "*.orig" | xargs rm -f
! find -name "*.rej" # Should not happen.