Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3
libgcrypt
libgcrypt-sparcv9.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgcrypt-sparcv9.diff of Package libgcrypt
Avoid link-time error ../src/.libs/libgcrypt.so: undefined reference to `__udiv_qrnnd' by choosing v8-like insns for 32-bit v9 mode too. --- mpi/longlong.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: libgcrypt-1.4.4/mpi/longlong.h =================================================================== --- libgcrypt-1.4.4.orig/mpi/longlong.h +++ libgcrypt-1.4.4/mpi/longlong.h @@ -1133,7 +1133,7 @@ extern USItype __udiv_qrnnd (); "rJ" ((USItype)(al)), \ "rI" ((USItype)(bl)) \ __CLOBBER_CC) -#if defined (__sparc_v8__) +#if defined (__sparc_v8__) || defined(__sparc_v9__) /* Don't match immediate range because, 1) it is not often useful, 2) the 'I' flag thinks of the range as a 13 bit signed interval, while we want to match a 13 bit interval, sign extended to 32 bits,
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