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) cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/shepherd.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-02-23 12:50:22 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-02-23 20:40:51 +0100
commit6db2accc9c4f7f9fa75df78a003ec8cc19c49aa7 (patch)
treef9415c9d093f4f6f35b412516ed0aff40454e93c /gnu/services/shepherd.scm
parent853b0292093f0168bded5a1bd18409232407132f (diff)
downloadguix-6db2accc9c4f7f9fa75df78a003ec8cc19c49aa7.tar.gz
guix-6db2accc9c4f7f9fa75df78a003ec8cc19c49aa7.zip
gnu: tevent: Update to 0.9.36.
* gnu/packages/samba.scm (tevent): Update to 0.9.36.
Diffstat (limited to 'gnu/services/shepherd.scm')
0 files changed, 0 insertions, 0 deletions