Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1101589 Details for
Bug 1287815
libffi needs fix for structures not passed in registers
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for rhel-7.3
Add-patch-to-fix-issues-on-aarch64.patch (text/plain), 2.15 KB, created by
Yaakov Selkowitz
on 2015-12-02 18:43:51 UTC
(
hide
)
Description:
Patch for rhel-7.3
Filename:
MIME Type:
Creator:
Yaakov Selkowitz
Created:
2015-12-02 18:43:51 UTC
Size:
2.15 KB
patch
obsolete
>From 2a1fd1356c0efbb3fa695991a70099d14fe89f57 Mon Sep 17 00:00:00 2001 >From: Yaakov Selkowitz <yselkowi@redhat.com> >Date: Wed, 2 Dec 2015 12:42:35 -0600 >Subject: [PATCH] Add patch to fix issues on aarch64 > >- Resolves: RHBZ1287815 >--- > libffi-aarch64-rhbz1174037.patch | 11 +++++++++++ > libffi.spec | 8 +++++++- > 2 files changed, 18 insertions(+), 1 deletion(-) > create mode 100644 libffi-aarch64-rhbz1174037.patch > >diff --git a/libffi-aarch64-rhbz1174037.patch b/libffi-aarch64-rhbz1174037.patch >new file mode 100644 >index 0000000..dbf6308 >--- /dev/null >+++ b/libffi-aarch64-rhbz1174037.patch >@@ -0,0 +1,11 @@ >+--- libffi-3.1/src/aarch64/ffi.c.orig 2014-04-25 18:45:13.000000000 +0100 >++++ libffi-3.1/src/aarch64/ffi.c 2015-01-15 02:36:56.314906455 +0000 >+@@ -728,7 +728,7 @@ >+ state.ngrn = N_X_ARG_REG; >+ >+ memcpy (allocate_to_stack (&state, stack, ty->alignment, >+- ty->size), ecif->avalue + i, ty->size); >++ ty->size), ecif->avalue[i], ty->size); >+ } >+ break; >+ >diff --git a/libffi.spec b/libffi.spec >index e2299c0..418d0c0 100644 >--- a/libffi.spec >+++ b/libffi.spec >@@ -2,7 +2,7 @@ > > Name: libffi > Version: 3.0.13 >-Release: 16%{?dist} >+Release: 17%{?dist} > Summary: A portable foreign function interface library > > Group: System Environment/Libraries >@@ -14,6 +14,7 @@ Source1: ffi-multilib.h > Source2: ffitarget-multilib.h > Patch0: libffi-3.0.13-fix-include-path.patch > Patch1: libffi-fix-ppc-tests.patch >+Patch2: libffi-aarch64-rhbz1174037.patch > # part of upstream commit 5feacad4 > Patch10: libffi-3.0.13-ppc64le-0.patch > Patch11: libffi-3.0.13-ppc64le-1.patch >@@ -69,6 +70,7 @@ developing applications that use %{name}. > %setup -q > %patch0 -p1 -b .fixpath > %patch1 -p1 -b .fixpath >+%patch2 -p1 -b .aarch64 > %ifarch ppc64le > %patch10 -p1 -b .ppc64le-0 > %patch11 -p1 -b .ppc64le-1 >@@ -139,6 +141,10 @@ fi > %{_infodir}/libffi.info.gz > > %changelog >+* Wed Dec 02 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 3.0.13-17 >+- Add patch to fix issues on aarch64 >+- Resolves: RHBZ1287815 >+ > * Tue Sep 02 2014 Dan Horák <dhorak@redhat.com> - 3.0.13-16 > - Drop ppc64le from the multilib list > - Use additional BR: only in ppc64le build >-- >2.4.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1287815
: 1101589