aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/spu
AgeCommit message (Expand)AuthorFilesLines
2022-07-13Add _REENT_IS_NULL()Matt Joyce1-1/+7
2022-07-13Add _REENT_CLEANUP(ptr)Matt Joyce2-2/+2
2022-07-13Add _REENT_STDERR(ptr)Matt Joyce1-2/+2
2022-07-13Add _REENT_STDOUT(ptr)Matt Joyce1-2/+2
2022-07-13Add _REENT_STDIN(ptr)Matt Joyce1-2/+2
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce2-2/+2
2022-05-04Remove _global_impure_ptr indirectionSebastian Huber3-16/+1
2022-04-01newlib: Remove superfluous CHECK_STD_INIT() macroSebastian Huber8-15/+0
2022-03-16newlib: libc: merge build up a directoryMike Frysinger3-1368/+28
2022-02-25newlib: libc: move configure into top-levelMike Frysinger1-13/+30
2022-02-22Make __sdidinit unusedMatt Joyce2-2/+1
2022-02-18newlib: libc: delete crt0.o duplicationMike Frysinger1-1/+0
2022-02-15newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger2-2/+2
2022-02-15newlib: phoenix: merge configure up to top-levelMike Frysinger1-1/+2
2022-02-09newlib: drop support for $oextMike Frysinger1-1/+0
2022-02-09newlib: drop support for $aextMike Frysinger1-1/+0
2022-02-09newlib: drop libtool supportMike Frysinger1-66/+18
2022-02-08newlib: switch to AM_PROG_ARMike Frysinger1-0/+1
2022-02-08newlib: switch to standard AC_PROG_CCMike Frysinger1-6/+1
2022-02-04newlib: libc: include all chapters all the time in the manualMike Frysinger1-5/+0
2022-02-01newlib: add AC_CACHE_CHECK sugar around preprocessor checksMike Frysinger1-5/+4
2022-01-29newlib: export abs_newlib_basedir for all subdirsMike Frysinger1-0/+1
2022-01-26newlib: libc: merge machine/ configure scripts up a levelMike Frysinger6-7285/+111
2022-01-23newlib: update preprocessor configure checksMike Frysinger4-22/+1143
2022-01-21newlib: stop clobbering LDFLAGS with non-standard $ldflagsMike Frysinger2-5/+0
2022-01-21newlib: stop checking --enable-multilib in subdirsMike Frysinger1-13/+0
2022-01-18newlib: avoid duplicate awk checksMike Frysinger1-1/+0
2022-01-18newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS)Mike Frysinger2-137/+22
2022-01-14newlib: update to automake-1.15Mike Frysinger3-428/+671
2022-01-14require autoconf-2.69 exactlyMike Frysinger5-26/+12
2022-01-12newlib: regen aclocal.m4 after autoconf updateMike Frysinger1-2/+2
2022-01-05newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger2-4/+4
2021-12-31Update newlib to 4.2.0newlib-snapshot-20211231Jeff Johnston1-105/+111
2021-12-29newlib: Regenerate autotools filesJon Turney1-6/+5
2021-12-29newlib: Remove automake option 'cygnus'Jon Turney1-2/+0
2021-12-29newlib: Regenerate autotools filesJon Turney2-10/+37
2021-12-09newlib: Regenerate all autotools filesJon Turney3-269/+397
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger1-1/+1
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger1-0/+0
2020-12-18Bump up newlib version to 4.1.0newlib-4.1.0Jeff Johnston1-10/+10
2020-12-11Bump newlib release to 4.0.0Jeff Johnston1-10/+10
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston1-10/+10
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston1-10/+10
2018-12-31Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston1-10/+10
2018-10-11Move common <sys/dirent.h> content to <dirent.h>Sebastian Huber1-8/+0
2018-08-31Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston1-2/+14
2018-08-29Use __inhibit_loop_to_libcall in all memset/memcpy implementationsKeith Packard3-1/+8
2018-04-13Add nvptx port.Jeff Johnston1-0/+6
2018-01-18Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0Jeff Johnston1-10/+10
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz7-28/+0