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
2019-02-11AArch32: Fix the build for M class semihostingTamar Christina
2019-02-08AArch32: Add support for HLT to Mixed Mode modelsTamar Christina
2018-11-20Add libgloss install-pdf and install-html targets.Jim Wilson
2018-11-19Enable return code with semi-hosting SYS_EXIT_EXTENDEDMatthew Malcomson
2018-10-31Initialize SVE system registers.Tamar Christina
2018-10-08[Aarch64] Syscalls: fix prototypesChristophe Lyon
2018-10-08[ARM] Make _kill() a noreturn function.Christophe Lyon
2018-10-05 [Aarch64] Fix warning in _sbrkChristophe Lyon
2018-09-13Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1Hans-Peter Nilsson
2018-08-29RISC-V: Fix _sbrk, it's failed only when return value is -1.Denis Ivanov
2018-08-29RISC-V: Fixed return code in _times syscall.Denis Ivanov
2018-08-08Add BSP and semihosting library for nios2-generic-nommu QEMU emulation.Sandra Loosemore
2018-08-01Patch from Richard Earnshaw <Richard.Earnshaw@arm.com>newlib-snapshot-20180802Jeff Johnston
2018-07-30RISC-V: Do not use _init/_finiSebastian Huber
2018-07-11Fix AArch32 semihosting SYS_EXIT call on semihosting v1.Tamar Christina
2018-05-03libgloss: microblaze: adjust handlers to be weak.Ben Levinsky
2018-02-16add forward declaration to main() to prevent warningsJaap de Wolff
2018-02-16adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on impli...Jaap de Wolff
2018-01-18RISC-V: isatty: return 0 on errorChih-Mao Chen
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2018-01-17ansification: remove _VOIDYaakov Selkowitz
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz
2018-01-17ansification: remove _PARAMSYaakov Selkowitz
2018-01-17ansification: remove _NOARGSYaakov Selkowitz
2018-01-17ansification: remove _ANDYaakov Selkowitz
2017-12-26RISC-V: Add gdb sim and newlib nano support. Fix a few misc minor bugs.Jim Wilson
2017-12-26RISC-V: Moved syscalls to separate files to fix aliasing problems.Jim Wilson
2017-12-26RISC-V: Updated syscall to take 6 argumentsJim Wilson
2017-12-26RISC-V: Add nanosleep functionalityJim Wilson
2017-12-26RISC-V: Fix libnosys build.Jim Wilson
2017-10-24Fixed semihosting for AArch64 when heapinfo parameters are not provided by de...Alexander Fedotov
2017-10-09Fix multido compilation on ARMTamar Christina
2017-10-09adjust libnosys config for aarch64 to avoid linker error when switching from ...Alexander Fedotov
2017-08-24move ILP32 sanity check on heap base code under ARM_RDI_MONITORAlexander Fedotov-B55613
2017-08-21Change license to FreeBSD License for RISC-VKito Cheng
2017-08-17Add RISC-V port for libglossnewlib-snapshot-20170818Kito Cheng
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-17Support building in a different directory than the default output directory b...Tamar Christina
2017-07-14Fix link when nosys.specs is used to linkTamar Christina
2017-07-06Replace the perl character classes with POSIX ones to fix the build when sed ...Tamar Christina
2017-07-05Add support for Semihosting v2 support for AArch64 in libgloss.Tamar Christina
2017-07-05Add support for Semihosting v2 support for ARM in libgloss.Tamar Christina
2017-07-05Add the needed build system changes in order to compile and create the new li...Tamar Christina