aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine
AgeCommit message (Expand)AuthorFilesLines
2022-01-12libtool.m4: fix nm BSD flag detectionNick Alcock2-88/+90
2022-01-12libtool.m4: augment symcode for Solaris 11Nick Alcock2-2/+2
2022-01-12Add support for the haiku operating system. These are the os support patches ...Alexander von Gluck IV2-2/+2
2022-01-12GCC: Check if AR works with --plugin and rcH.J. Lu2-6/+22
2022-01-12GCC: Pass --plugin to AR and RANLIBH.J. Lu2-4/+50
2022-01-12libtool.m4: update GNU/Hurd test from upstream. In upstream libtool, 47a889a4...Samuel Thibault2-26/+6
2022-01-12newlib: regen aclocal.m4 after autoconf updateMike Frysinger61-122/+122
2022-01-11powerpc/setjmp: Improve RTEMS supportSebastian Huber1-0/+27
2022-01-05newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger120-240/+240
2021-12-31Update newlib to 4.2.0newlib-snapshot-20211231Jeff Johnston61-6505/+6867
2021-12-29newlib: Regenerate autotools filesJon Turney61-366/+305
2021-12-29newlib: Remove automake option 'cygnus'Jon Turney61-122/+0
2021-12-29newlib: Regenerate autotools filesJon Turney122-1142/+2261
2021-12-09newlib: Regenerate all autotools filesJon Turney183-1262/+9003
2021-11-15change _COMPILING_NEWLIB to _LIBCMike Frysinger4-4/+4
2021-11-11define _COMPILING_NEWLIB for all targets when compilingMike Frysinger2-4/+0
2021-11-09newlib: mips: delete glibc-specific logicMike Frysinger3-30/+0
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger61-61/+61
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger61-0/+0
2021-08-25nvptx: Emulate clock and other machine stubs.Roger Sayle5-3/+55
2021-05-26aarch64: support binary mode for opening filesRichard Earnshaw1-0/+12
2021-04-13Cygwin: don't export _feinitialise from newlibCorinna Vinschen1-5/+0
2021-04-13fenv: drop Cygwin-specific implementation in favor of newlib codeCorinna Vinschen1-1/+10
2021-04-13fenv: Move shared x86 sys/fenv.h from x86_64 to shared_x86Corinna Vinschen2-1/+0
2021-04-13fenv: add missing declarations to x86 fenv.hCorinna Vinschen1-0/+5
2021-02-25RISC-V: Fix optimized strcmp on big endianMarcus Comstedt1-4/+36
2021-02-05Removed Soft float from MIPSEshan dhawan1-31/+18
2020-12-18Bump up newlib version to 4.1.0newlib-4.1.0Jeff Johnston61-610/+610
2020-12-14arm: Fix memchr() for Armv8-RSebastian Huber1-0/+4
2020-12-11Bump newlib release to 4.0.0Jeff Johnston61-610/+610
2020-09-23Port of C-SKY for newlibJojo R8-2/+6333
2020-07-29arm: Fix fenv supportEshan dhawan4-476/+17
2020-07-27riscv: fix integer wraparound in memcpyPkmX via Newlib1-2/+2
2020-07-06Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for armEshan dhawan via Newlib1-2/+2
2020-07-03mips fenv supportEshan dhawan via Newlib3-0/+477
2020-07-03SPARC fenv supportEshan dhawan via Newlib1-0/+85
2020-07-02fenv aarch64 supportEshan dhawan via Newlib2-0/+276
2020-06-09fenv support armEshan dhawan via Newlib5-0/+731
2020-06-03hard float support for PowerPC taken from FreeBSDEshan dhawan via Newlib2-0/+330
2020-03-02arm: Finish moving newlib to unified syntax for Thumb1Richard Earnshaw1-7/+8
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard4-12/+4
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston60-600/+600
2020-01-21riscv: Map between ieeefp.h exception bits and RISC-V FCSR bitsKeith Packard1-3/+37
2020-01-21riscv: Add 'break' statements to fpsetround switchKeith Packard1-4/+4
2020-01-21riscv: Use current pseudo-instructions to access the FCSR registerKeith Packard1-2/+2
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston60-600/+600
2019-12-20Optimize setjmp/longjmp for moxie.Anthony Green1-86/+38
2019-12-13Fix setjmp/longjmp for the moxie port.Anthony Green1-24/+47
2019-11-08Stash reent marker in upper bits of s1 on AMD GCNKwok Cheung Yeung1-10/+10
2019-10-31Initial PRU port for libgloss and newlibDimitar Dimitrov8-2/+6298