CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2009/04/21 17:02:23
Modified files: lib/libm/arch/i387: s_scalbnf.S lib/libm/arch/amd64: s_scalbnf.S Log message: alias and give frexpf symbol external linkage to scalbnf; this was overriden by md source. spotted by kurt@ actually; on amd64 scalbnf, scalbn (and therefore now frexpf) have always been broken since second argument is not float. fix is under reviewal / will be committed separately ok kurt@, kettenis@, mill...@. tested by kurt@