sparc build broken (again)

David Miller davem@davemloft.net
Mon Mar 19 19:48:00 GMT 2012


Richard, if you really cannot test sparc out, just ask me to run a
build test for you.  I'm running builds all the time.

This is two math changes in a row where you've broken the Sparc build.

../sysdeps/ieee754/dbl-64/e_exp.c: In function '__ieee754_exp':
../sysdeps/ieee754/dbl-64/e_exp.c:64:3: error: cleanup argument not a function
make[2]: *** [/home/davem/src/GIT/GLIBC/build-sparcv9-multiarch/math/e_exp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
../sysdeps/ieee754/dbl-64/e_pow.c: In function '__ieee754_pow':
../sysdeps/ieee754/dbl-64/e_pow.c:90:5: error: cleanup argument not a function
make[2]: *** [/home/davem/src/GIT/GLIBC/build-sparcv9-multiarch/math/e_pow.o] Error 1
make[1]: *** [math/others] Error 2
make: *** [all] Error 2

You changes updated the other ports libc_fe* overrides to be inline
functions, but left sparc overrides in the '({ ... })' format.

I'll fix this, but this constant build breakage needs to be resolved
somehow.



More information about the Libc-alpha mailing list