Fix MIPS assembly code to work with newer GCC, where the "=h" constraint is no longer supported. --- libmad/fixed.h.orig 2004-02-16 21:02:03.000000000 -0500 +++ libmad/fixed.h 2011-10-29 18:47:21.000000000 -0400 @@ -304,8 +304,8 @@ * significant bit depends on OPT_ACCURACY via mad_f_scale64(). */ # define MAD_F_MLX(hi, lo, x, y) \ - asm ("mult %2,%3" \ - : "=l" (lo), "=h" (hi) \ + asm ("mult %2,%3\n\tmfhi %1" \ + : "=l" (lo), "=r" (hi) \ : "%r" (x), "r" (y)) # if defined(HAVE_MADD_ASM) >index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/wordnet.scm
'2018-12-12 20:49:15 +0100'>2018-12-12
AgeCommit message (Expand)Author
gnu: nss, nss-certs: Update to 3.41....Marius Bakke
2018-12-08gnu: nss, nss-certs: Update to 3.40.1....Marius Bakke
2018-09-01gnu: nss, nss-certs: Update to 3.39 [fixes CVE-2018-12384]....Marius Bakke
2018-06-26gnu: nss, nss-certs: Update to 3.38 [fixes CVE-2018-0495]....Marius Bakke
2018-06-19gnu: nss, nss-certs: Update to 3.37.3....Marius Bakke
2018-04-30Merge branch 'master' into core-updatesMark H Weaver
2018-04-15gnu: nss, nss-certs: Update to 3.36.1....Marius Bakke
2018-03-27gnu: Use invoke and return #t from all builders....Mark H Weaver
2018-03-23gnu: le-certs: Use invoke....Mark H Weaver
2018-03-23gnu: nss-certs: Use invoke....Mark H Weaver
2018-03-12gnu: nss, nss-certs: Update to 3.36....Marius Bakke
2018-02-20Merge branch 'master' into stagingMarius Bakke
2018-02-20gnu: nss-certs: Update phase style....Tobias Geerinckx-Rice
2018-01-22gnu: nss-certs: Update to 3.35....Tobias Geerinckx-Rice
2017-12-02gnu: nss-certs: Update to 3.34.1....Tobias Geerinckx-Rice
2017-11-19gnu: nss, nss-certs: Update to 3.34....Marius Bakke