Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-10libgloss: merge aarch64 into top-level MakefileMike Frysinger
2022-12-20libgloss: merge aarch64 configure script up a levelMike Frysinger
2022-12-20libgloss: aarch64: delete unused multi-build logicMike Frysinger
2022-02-26libgloss: switch to AM_PROG_ARMike Frysinger
2022-02-25libgloss: document & localize custom multi-do ruleMike Frysinger
2022-02-25libgloss: finish migration to AM_PROG_ASMike Frysinger
2022-02-25libgloss: switch to standard AC_PROG_CCMike Frysinger
2022-02-22Make __sdidinit unusedMatt Joyce
2022-02-17libgloss: aarch64: merge cpu-init/ up a levelMike Frysinger
2022-02-02libgloss: move to ../config/multi.m4 for multilib logicMike Frysinger
2022-01-29Finish this commit by prefixing HAVE_INITFINI_ARRAY and HAVE_INIT_FINI refere...Jeff Law
2022-01-28libgloss: aarch64/sparc: fix missing dir with parallel installMike Frysinger
2022-01-14require autoconf-2.69 exactlyMike Frysinger
2022-01-11libgloss: hardcode AC_CONFIG_AUX_DIR pathMike Frysinger
2021-11-06libgloss: regenerate aclocal.m4 & configure w/newer versionsMike Frysinger
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger
2020-09-30libgloss: aarch64: Add support for Armv8-R AArch64Alex Coplan via Newlib
2018-10-31Initialize SVE system registers.Tamar Christina
2018-10-08[Aarch64] Syscalls: fix prototypesChristophe Lyon
2018-10-05 [Aarch64] Fix warning in _sbrkChristophe Lyon
2018-08-01Patch from Richard Earnshaw <Richard.Earnshaw@arm.com>newlib-snapshot-20180802Jeff Johnston
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz
2018-01-17ansification: remove _PARAMSYaakov Selkowitz
2017-10-24Fixed semihosting for AArch64 when heapinfo parameters are not provided by de...Alexander Fedotov
2017-08-24move ILP32 sanity check on heap base code under ARM_RDI_MONITORAlexander Fedotov-B55613
2017-08-17Fix crt0 init fini codeSzabolcs Nagy
2017-08-15fix typo in AArch64 crt0Alexander Fedotov-B55613
2017-08-14use stack from linker script when nosysAlexander Fedotov-B55613
2017-08-09Don't fetch command line options without semi-hostingYao Qi
2017-08-09Fix crt0 overwriting.Tamar Christina
2017-07-21Previous patch to support nosys.specs accidentally broke validation specs bec...Tamar Christina
2017-07-14Fix link when nosys.specs is used to linkTamar Christina
2017-07-05Add support for Semihosting v2 support for AArch64 in libgloss.Tamar Christina
2017-07-05Adds the needed build system changes in order to compile and create the new l...Tamar Christina
2017-05-19ARM/AArch64: Fix GetCmdLine semihosting directivesnewlib-snapshot-20170519Laurent ALFONSI
2014-02-03 * aarch64/Makefile.in (RDIMON_SCRIPTS): Rule to build in-tree copiesRichard Earnshaw
2014-01-28 * aarch64/cpu-init/rdimon-aem-el3.S (flat_map): Use bic-immediateCorinna Vinschen
2014-01-242014-01-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>Jeff Johnston
2013-11-21[AArch64] Set errno in ftruncate() and truncate().Marcus Shawcroft
2013-11-18[AArch64] Provide ftruncate() and truncate() stubs.Marcus Shawcroft
2013-08-12 * aarch64/crt0.S: Remove 'start'.Corinna Vinschen
2013-07-12[AArch64] Ensure vector table is page aligned.Marcus Shawcroft
2013-07-04 * aarch64/syscalls.c (stack_ptr): Defined with asm ("wsp") if __ILP32__Corinna Vinschen
2013-06-28 * aarch64/syscalls.c (POINTER_TO_PARAM_BLOCK_T): New macro.Corinna Vinschen
2013-06-25 * aarch64/crt0.S (GEN_DWORD): New macro definition.Corinna Vinschen
2013-04-19[AArch64] Honour CFLAGS.Marcus Shawcroft
2013-01-22Correcting my previous commit.Marcus Shawcroft
2013-01-182013-01-18 Marcus Shawcroft <marcus.shawcroft@arm.com>Marcus Shawcroft
2012-11-23 * aarch64/configure.in: Replace the direct generation ofCorinna Vinschen
2012-09-272012-09-26 Ian Bolton <ian.bolton@arm.com>Jeff Johnston