Accepting request 266105 from home:Andreas_Schwab:Factory
- python-2.7.4-aarch64.patch: Remove obsolete patch - python-2.7-libffi-aarch64.patch: Fix argument passing in libffi for aarch64 OBS-URL: https://build.opensuse.org/request/show/266105 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=173
This commit is contained in:
committed by
Git OBS Bridge
parent
680cb721f9
commit
9877de58c4
13
python-2.7-libffi-aarch64.patch
Normal file
13
python-2.7-libffi-aarch64.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: Python-2.7.9/Modules/_ctypes/libffi/src/aarch64/ffi.c
|
||||
===================================================================
|
||||
--- Python-2.7.9.orig/Modules/_ctypes/libffi/src/aarch64/ffi.c
|
||||
+++ Python-2.7.9/Modules/_ctypes/libffi/src/aarch64/ffi.c
|
||||
@@ -728,7 +728,7 @@ aarch64_prep_args (struct call_context *
|
||||
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;
|
||||
|
Reference in New Issue
Block a user