Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:1972
python.openSUSE_12.2_Update
sparc_longdouble.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sparc_longdouble.patch of Package python.openSUSE_12.2_Update
Python ticket 6029 ==== //tools/python/2.6.2/src/base/Modules/_ctypes/libffi/src/sparc/ffi.c#1 - /home/build/clifford/gpdb/tools/python/2.6.2/src/base/Modules/_ctypes/libffi/src/sparc/ffi.c ==== --- Modules/_ctypes/libffi/src/sparc/ffi.c | 5 +++++ 1 file changed, 5 insertions(+) Index: Python-2.6.5/Modules/_ctypes/libffi/src/sparc/ffi.c =================================================================== --- Python-2.6.5.orig/Modules/_ctypes/libffi/src/sparc/ffi.c +++ Python-2.6.5/Modules/_ctypes/libffi/src/sparc/ffi.c @@ -586,6 +586,11 @@ ffi_closure_sparc_inner_v9(ffi_closure * } else { +#if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE + /* SparcV9 long double is 16-byte aligned; skip arg if necessary */ + if (arg_types[i]->type == FFI_TYPE_LONGDOUBLE && (argn & 1)) + argn++; +#endif /* Right-justify. */ argn += ALIGN(arg_types[i]->size, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor