summaryrefslogtreecommitdiffstats
path: root/libgloss
Commit message (Expand)AuthorAgeFilesLines
* Add libgloss install-pdf and install-html targets.Jim Wilson2018-11-202-1/+30
* Enable return code with semi-hosting SYS_EXIT_EXTENDEDMatthew Malcomson2018-11-192-22/+20
* Initialize SVE system registers.Tamar Christina2018-10-311-0/+27
* [Aarch64] Syscalls: fix prototypesChristophe Lyon2018-10-081-18/+19
* [ARM] Make _kill() a noreturn function.Christophe Lyon2018-10-082-4/+6
* [Aarch64] Fix warning in _sbrkChristophe Lyon2018-10-051-1/+1
* Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1Hans-Peter Nilsson2018-09-132-5/+21
* RISC-V: Fix _sbrk, it's failed only when return value is -1.Denis Ivanov2018-08-292-7/+12
* RISC-V: Fixed return code in _times syscall.Denis Ivanov2018-08-291-2/+2
* Add BSP and semihosting library for nios2-generic-nommu QEMU emulation.Sandra Loosemore2018-08-0828-0/+5848
* Patch from Richard Earnshaw <Richard.Earnshaw@arm.com>newlib-snapshot-20180802Jeff Johnston2018-08-011-4/+8
* RISC-V: Do not use _init/_finiSebastian Huber2018-07-301-11/+0
* Fix AArch32 semihosting SYS_EXIT call on semihosting v1.Tamar Christina2018-07-111-0/+6
* libgloss: microblaze: adjust handlers to be weak.Ben Levinsky2018-05-032-2/+4
* add forward declaration to main() to prevent warningsJaap de Wolff2018-02-161-0/+2
* adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on impli...Jaap de Wolff2018-02-161-48/+49
* RISC-V: isatty: return 0 on errorChih-Mao Chen2018-01-181-1/+1
* ansification: remove _HAVE_STDCYaakov Selkowitz2018-01-171-4/+0
* ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz2018-01-175-6/+6
* ansification: remove _DEFUNYaakov Selkowitz2018-01-17107-233/+118
* ansification: remove _VOIDYaakov Selkowitz2018-01-172-2/+2
* ansification: remove _DEFUN_VOIDYaakov Selkowitz2018-01-174-7/+7
* ansification: remove _PARAMSYaakov Selkowitz2018-01-178-73/+73
* ansification: remove _NOARGSYaakov Selkowitz2018-01-173-3/+3
* ansification: remove _ANDYaakov Selkowitz2018-01-1764-85/+85
* RISC-V: Add gdb sim and newlib nano support. Fix a few misc minor bugs.Jim Wilson2017-12-264-6/+111
* RISC-V: Moved syscalls to separate files to fix aliasing problems.Jim Wilson2017-12-2637-450/+513
* RISC-V: Updated syscall to take 6 argumentsJim Wilson2017-12-262-22/+26
* RISC-V: Add nanosleep functionalityJim Wilson2017-12-262-0/+13
* RISC-V: Fix libnosys build.Jim Wilson2017-12-262-0/+4
* Fixed semihosting for AArch64 when heapinfo parameters are not provided by de...Alexander Fedotov2017-10-242-26/+59
* Fix multido compilation on ARMTamar Christina2017-10-091-2/+2
* adjust libnosys config for aarch64 to avoid linker error when switching from ...Alexander Fedotov2017-10-092-0/+4
* move ILP32 sanity check on heap base code under ARM_RDI_MONITORAlexander Fedotov-B556132017-08-241-4/+5
* Change license to FreeBSD License for RISC-VKito Cheng2017-08-213-3/+3
* Add RISC-V port for libglossnewlib-snapshot-20170818Kito Cheng2017-08-179-0/+4340
* Fix crt0 init fini codeSzabolcs Nagy2017-08-171-4/+0
* fix typo in AArch64 crt0Alexander Fedotov-B556132017-08-151-1/+1
* use stack from linker script when nosysAlexander Fedotov-B556132017-08-141-1/+18
* Don't fetch command line options without semi-hostingYao Qi2017-08-091-0/+6
* Fix crt0 overwriting.Tamar Christina2017-08-094-1/+10
* Previous patch to support nosys.specs accidentally broke validation specs bec...Tamar Christina2017-07-211-1/+1
* Support building in a different directory than the default output directory b...Tamar Christina2017-07-171-1/+1
* Fix link when nosys.specs is used to linkTamar Christina2017-07-141-0/+2
* Replace the perl character classes with POSIX ones to fix the build when sed ...Tamar Christina2017-07-061-4/+4
* Add support for Semihosting v2 support for AArch64 in libgloss.Tamar Christina2017-07-054-47/+186
* Add support for Semihosting v2 support for ARM in libgloss.Tamar Christina2017-07-053-65/+231
* Add the needed build system changes in order to compile and create the new li...Tamar Christina2017-07-059-17/+147
* Adds the needed build system changes in order to compile and create the new l...Tamar Christina2017-07-054-16/+49
* Create a recursive make target that is modeled after the existing multilib ma...Tamar Christina2017-07-051-0/+61