--- - branch: MAIN date: Wed Nov 7 22:21:42 UTC 2018 files: - new: '1.4' old: '1.3' path: src/lib/libc/arch/alpha/gen/fabs.S pathrev: src/lib/libc/arch/alpha/gen/fabs.S@1.4 type: modified - new: '1.5' old: '1.4' path: src/lib/libc/arch/hppa/gen/fabs.c pathrev: src/lib/libc/arch/hppa/gen/fabs.c@1.5 type: modified - new: '1.12' old: '1.11' path: src/lib/libc/arch/m68k/gen/fabs.S pathrev: src/lib/libc/arch/m68k/gen/fabs.S@1.12 type: modified - new: '1.9' old: '1.8' path: src/lib/libc/arch/mips/gen/fabs.S pathrev: src/lib/libc/arch/mips/gen/fabs.S@1.9 type: modified - new: '1.2' old: '1.1' path: src/lib/libc/arch/powerpc/gen/fabs_ieee754.S pathrev: src/lib/libc/arch/powerpc/gen/fabs_ieee754.S@1.2 type: modified - new: '1.5' old: '1.4' path: src/lib/libc/arch/sparc/gen/fabs.S pathrev: src/lib/libc/arch/sparc/gen/fabs.S@1.5 type: modified - new: '1.5' old: '1.4' path: src/lib/libc/arch/vax/gen/fabs.S pathrev: src/lib/libc/arch/vax/gen/fabs.S@1.5 type: modified id: 20181107T222142Z.e718dca71a10bcf61bfb6c5d20bfeecfa957c13a log: | On ports without __HAVE_LONG_DOUBLE, make fabsl alias fabs. For some reason, fabs lives in libc, not in libm, and our tests now detect when fabs or fabsl is missing from libm. For those ports that sometimes have long double and sometimes don't, make it conditional. Still missing: fabs _and_ fabsl on ia64. Need help from an itanium wizard! Other portmasters: Please take a look and see if I missed any ports that might have long double where this alias will not work. module: src subject: 'CVS commit: src/lib/libc/arch' unixtime: '1541629302' user: riastradh