aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm
AgeCommit message (Expand)AuthorFilesLines
2022-01-25newlib: libm: drop unused config.h.in fileMike Frysinger1-1/+0
2022-01-23newlib: update preprocessor configure checksMike Frysinger3-96/+192
2022-01-21newlib: stop clobbering LDFLAGS with non-standard $ldflagsMike Frysinger21-68/+13
2022-01-21newlib: stop checking --enable-multilib in subdirsMike Frysinger13-177/+8
2022-01-19newlib: libm: switch to autoconf long double macroMike Frysinger2-63/+62
2022-01-18newlib: avoid duplicate awk checksMike Frysinger13-21/+8
2022-01-18newlib: merge old AC_LIBTOOL_WIN32_DLL macro into LT_INITMike Frysinger8-1252/+1236
2022-01-18newlib: update libtool macro nameMike Frysinger4-10/+10
2022-01-18newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS)Mike Frysinger20-38/+2
2022-01-14newlib: update to automake-1.15Mike Frysinger44-6112/+10184
2022-01-14require autoconf-2.69 exactlyMike Frysinger70-347/+184
2022-01-12libtool.m4: fix nm BSD flag detectionNick Alcock4-176/+180
2022-01-12libtool.m4: augment symcode for Solaris 11Nick Alcock4-4/+4
2022-01-12Add support for the haiku operating system. These are the os support patches ...Alexander von Gluck IV4-4/+4
2022-01-12GCC: Check if AR works with --plugin and rcH.J. Lu4-12/+44
2022-01-12GCC: Pass --plugin to AR and RANLIBH.J. Lu4-8/+100
2022-01-12libtool.m4: update GNU/Hurd test from upstream. In upstream libtool, 47a889a4...Samuel Thibault4-52/+12
2022-01-12newlib: regen aclocal.m4 after autoconf updateMike Frysinger13-26/+26
2022-01-07newlib: use .texi with libc & libm manualsMike Frysinger5-13/+13
2022-01-05newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger32-34/+34
2021-12-31Update newlib to 4.2.0newlib-snapshot-20211231Jeff Johnston13-1537/+1610
2021-12-29newlib: Regenerate autotools filesJon Turney18-100/+82
2021-12-29newlib: Remove automake option 'cygnus'Jon Turney12-24/+0
2021-12-29newlib: Regenerate autotools filesJon Turney31-810/+501
2021-12-29newlib: Make effects of 'cygnus' explicitJon Turney1-1/+1
2021-12-09newlib: Regenerate all autotools filesJon Turney44-1779/+3511
2021-12-03frexpl: Support smaller long double of LDBL_MANT_DIG == 53.Takashi Yano1-12/+42
2021-11-30Modifying patch from: marian.buschsieweke@ovgu.deJeff Johnston2-11/+24
2021-11-29stdio: Fix issue of printing "%La" format with large exp part.Takashi Yano1-1/+81
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger18-18/+18
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger13-0/+0
2021-09-03ldexp/ldexpf: avoid assembler warningCorinna Vinschen2-2/+2
2021-07-21libm: Fixing overflow handling issue for scalbnf and scalbnKito Cheng2-10/+8
2021-06-04Fix rounding issues with sqrt/sqrtfJeff Johnston4-8/+8
2021-04-21fix some Arm FP routines not checking if floating point is enabledTies Stuij6-6/+6
2021-04-13fenv: fix up stub file comment, drop symlinks from descriptionDavid Macek1-10/+10
2021-04-13Cygwin: don't export _feinitialise from newlibCorinna Vinschen1-6/+1
2021-04-13fenv: drop Cygwin-specific implementation in favor of newlib codeCorinna Vinschen1-1/+6
2021-04-13fenv: move shared x86 fenv.c to libm/machine/shared_x86Corinna Vinschen3-473/+480
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen7-5/+13
2021-02-05Removed Soft float from MIPSEshan dhawan1-10/+0
2020-12-18Bump up newlib version to 4.1.0newlib-4.1.0Jeff Johnston13-130/+130
2020-12-18fixes to make compilation succeedsPaul Zimmermann2-1/+2
2020-12-17Update gamma functions from code in picolibcJeff Johnston4-28/+47
2020-12-16Add declarations for __ieee754_tgamma functions to fdlibm.hJeff Johnston1-0/+2
2020-12-11Fix error in powf for x close to 1 and large yFabian Schriever1-1/+1
2020-12-11Bump newlib release to 4.0.0Jeff Johnston13-130/+130
2020-11-18RISC-V: Add machine-specific implementation for lrint[f], lround[f], llrint[f...Kito Cheng10-3/+503
2020-11-18RISC-V: Add machine-specific implementation for isnan[f] and copysign[f]Kito Cheng6-3/+237
2020-11-18RISC-V: Add missing compile rule for s_finite.c, sf_finite.c, s_isinf.c and s...Kito Cheng2-3/+33