Hello community,
here is the log from the commit of package gcc48 for openSUSE:Factory checked
in at 2014-11-04 17:27:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc48 (Old)
and /work/SRC/openSUSE:Factory/.gcc48.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcc48"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gcc48/cross-aarch64-gcc48-icecream-backend.changes
2014-09-15 17:39:49.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gcc48.new/cross-aarch64-gcc48-icecream-backend.changes
2014-11-04 17:27:50.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 28 17:17:23 UTC 2014 - [email protected]
+
+- add aarch64-vmlaq-lane-s32.diff
+
+-------------------------------------------------------------------
cross-armv6hl-gcc48-icecream-backend.changes: same change
cross-armv7hl-gcc48-icecream-backend.changes: same change
cross-hppa-gcc48-icecream-backend.changes: same change
cross-i386-gcc48-icecream-backend.changes: same change
cross-ia64-gcc48-icecream-backend.changes: same change
cross-ppc-gcc48-icecream-backend.changes: same change
cross-ppc64-gcc48-icecream-backend.changes: same change
cross-ppc64le-gcc48-icecream-backend.changes: same change
cross-s390-gcc48-icecream-backend.changes: same change
cross-s390x-gcc48-icecream-backend.changes: same change
cross-x86_64-gcc48-icecream-backend.changes: same change
gcc48-testresults.changes: same change
gcc48.changes: same change
libffi48.changes: same change
libgcj48.changes: same change
New:
----
aarch64-vmlaq-lane-s32.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cross-aarch64-gcc48-icecream-backend.spec ++++++
--- /var/tmp/diff_new_pack.Of1A3w/_old 2014-11-04 17:27:53.000000000 +0100
+++ /var/tmp/diff_new_pack.Of1A3w/_new 2014-11-04 17:27:53.000000000 +0100
@@ -138,6 +138,7 @@
Patch60: gcc44-textdomain.patch
Patch61: gcc44-rename-info-files.patch
Patch70: gcc48-ibm-power8-bnc871635.diff
+Patch71: aarch64-vmlaq-lane-s32.diff
#testpatch end
@@ -218,6 +219,7 @@
%patch60
%patch61
%patch70
+%patch71
#test patching end
@@ -502,6 +504,7 @@
%if 0%{!?gcc_icecream:1}
%package -n cross-%cross_arch-gcc48-icecream-backend
Summary: Icecream backend for the GNU C Compiler
+License: GPL-3.0+
Group: Development/Languages/C and C++
%description -n cross-%cross_arch-gcc48-icecream-backend
cross-armv6hl-gcc48-icecream-backend.spec: same change
cross-armv7hl-gcc48-icecream-backend.spec: same change
cross-hppa-gcc48-icecream-backend.spec: same change
cross-i386-gcc48-icecream-backend.spec: same change
cross-ia64-gcc48-icecream-backend.spec: same change
cross-ppc-gcc48-icecream-backend.spec: same change
cross-ppc64-gcc48-icecream-backend.spec: same change
cross-ppc64le-gcc48-icecream-backend.spec: same change
cross-s390-gcc48-icecream-backend.spec: same change
cross-s390x-gcc48-icecream-backend.spec: same change
cross-x86_64-gcc48-icecream-backend.spec: same change
++++++ gcc48-testresults.spec ++++++
--- /var/tmp/diff_new_pack.Of1A3w/_old 2014-11-04 17:27:53.000000000 +0100
+++ /var/tmp/diff_new_pack.Of1A3w/_new 2014-11-04 17:27:53.000000000 +0100
@@ -299,6 +299,7 @@
Patch60: gcc44-textdomain.patch
Patch61: gcc44-rename-info-files.patch
Patch70: gcc48-ibm-power8-bnc871635.diff
+Patch71: aarch64-vmlaq-lane-s32.diff
#testpatch end
@@ -429,6 +430,7 @@
%patch60
%patch61
%patch70
+%patch71
#test patching end
++++++ gcc48.spec ++++++
--- /var/tmp/diff_new_pack.Of1A3w/_old 2014-11-04 17:27:53.000000000 +0100
+++ /var/tmp/diff_new_pack.Of1A3w/_new 2014-11-04 17:27:53.000000000 +0100
@@ -281,6 +281,7 @@
Patch60: gcc44-textdomain.patch
Patch61: gcc44-rename-info-files.patch
Patch70: gcc48-ibm-power8-bnc871635.diff
+Patch71: aarch64-vmlaq-lane-s32.diff
#testpatch end
@@ -1506,6 +1507,7 @@
%patch60
%patch61
%patch70
+%patch71
#test patching end
++++++ libffi48.spec ++++++
--- /var/tmp/diff_new_pack.Of1A3w/_old 2014-11-04 17:27:54.000000000 +0100
+++ /var/tmp/diff_new_pack.Of1A3w/_new 2014-11-04 17:27:54.000000000 +0100
@@ -298,6 +298,7 @@
Patch60: gcc44-textdomain.patch
Patch61: gcc44-rename-info-files.patch
Patch70: gcc48-ibm-power8-bnc871635.diff
+Patch71: aarch64-vmlaq-lane-s32.diff
#testpatch end
@@ -517,6 +518,7 @@
%patch60
%patch61
%patch70
+%patch71
#test patching end
libgcj48.spec: same change
++++++ aarch64-vmlaq-lane-s32.diff ++++++
Backport from https://android-review.googlesource.com/#/c/99470
--- gcc/config/aarch64/arm_neon.h
+++ gcc/config/aarch64/arm_neon.h
@@ -9984,7 +9984,7 @@
#define vmlaq_lane_s32(a, b, c, d) \
__extension__ \
({ \
- int32x4_t c_ = (c); \
+ int32x2_t c_ = (c); \
int32x4_t b_ = (b); \
int32x4_t a_ = (a); \
int32x4_t result; \
++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.Of1A3w/_old 2014-11-04 17:27:54.000000000 +0100
+++ /var/tmp/diff_new_pack.Of1A3w/_new 2014-11-04 17:27:54.000000000 +0100
@@ -288,6 +288,7 @@
Patch60: gcc44-textdomain.patch
Patch61: gcc44-rename-info-files.patch
Patch70: gcc48-ibm-power8-bnc871635.diff
+Patch71: aarch64-vmlaq-lane-s32.diff
#testpatch end
@@ -1019,6 +1020,7 @@
%patch60
%patch61
%patch70
+%patch71
#test patching end
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]