aboutsummaryrefslogtreecommitdiff
path: root/libgloss
AgeCommit message (Expand)AuthorFilesLines
2019-02-11AArch32: Fix the build for M class semihostingTamar Christina1-1/+3
2019-02-08AArch32: Add support for HLT to Mixed Mode modelsTamar Christina2-7/+13
2018-11-20Add libgloss install-pdf and install-html targets.Jim Wilson2-1/+30
2018-11-19Enable return code with semi-hosting SYS_EXIT_EXTENDEDMatthew Malcomson2-22/+20
2018-10-31Initialize SVE system registers.Tamar Christina1-0/+27
2018-10-08[Aarch64] Syscalls: fix prototypesChristophe Lyon1-18/+19
2018-10-08[ARM] Make _kill() a noreturn function.Christophe Lyon2-4/+6
2018-10-05 [Aarch64] Fix warning in _sbrkChristophe Lyon1-1/+1
2018-09-13Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1Hans-Peter Nilsson2-5/+21
2018-08-29RISC-V: Fix _sbrk, it's failed only when return value is -1.Denis Ivanov2-7/+12
2018-08-29RISC-V: Fixed return code in _times syscall.Denis Ivanov1-2/+2
2018-08-08Add BSP and semihosting library for nios2-generic-nommu QEMU emulation.Sandra Loosemore28-0/+5848
2018-08-01Patch from Richard Earnshaw <Richard.Earnshaw@arm.com>newlib-snapshot-20180802Jeff Johnston1-4/+8
2018-07-30RISC-V: Do not use _init/_finiSebastian Huber1-11/+0
2018-07-11Fix AArch32 semihosting SYS_EXIT call on semihosting v1.Tamar Christina1-0/+6
2018-05-03libgloss: microblaze: adjust handlers to be weak.Ben Levinsky2-2/+4
2018-02-16add forward declaration to main() to prevent warningsJaap de Wolff1-0/+2
2018-02-16adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on impli...Jaap de Wolff1-48/+49
2018-01-18RISC-V: isatty: return 0 on errorChih-Mao Chen1-1/+1
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz1-4/+0
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz5-6/+6
2018-01-17ansification: remove _DEFUNYaakov Selkowitz107-233/+118
2018-01-17ansification: remove _VOIDYaakov Selkowitz2-2/+2
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz4-7/+7
2018-01-17ansification: remove _PARAMSYaakov Selkowitz8-73/+73
2018-01-17ansification: remove _NOARGSYaakov Selkowitz3-3/+3
2018-01-17ansification: remove _ANDYaakov Selkowitz64-85/+85
2017-12-26RISC-V: Add gdb sim and newlib nano support. Fix a few misc minor bugs.Jim Wilson4-6/+111
2017-12-26RISC-V: Moved syscalls to separate files to fix aliasing problems.Jim Wilson37-450/+513
2017-12-26RISC-V: Updated syscall to take 6 argumentsJim Wilson2-22/+26
2017-12-26RISC-V: Add nanosleep functionalityJim Wilson2-0/+13
2017-12-26RISC-V: Fix libnosys build.Jim Wilson2-0/+4
2017-10-24Fixed semihosting for AArch64 when heapinfo parameters are not provided by de...Alexander Fedotov2-26/+59
2017-10-09Fix multido compilation on ARMTamar Christina1-2/+2
2017-10-09adjust libnosys config for aarch64 to avoid linker error when switching from ...Alexander Fedotov2-0/+4
2017-08-24move ILP32 sanity check on heap base code under ARM_RDI_MONITORAlexander Fedotov-B556131-4/+5
2017-08-21Change license to FreeBSD License for RISC-VKito Cheng3-3/+3
2017-08-17Add RISC-V port for libglossnewlib-snapshot-20170818Kito Cheng9-0/+4340
2017-08-17Fix crt0 init fini codeSzabolcs Nagy1-4/+0
2017-08-15fix typo in AArch64 crt0Alexander Fedotov-B556131-1/+1
2017-08-14use stack from linker script when nosysAlexander Fedotov-B556131-1/+18
2017-08-09Don't fetch command line options without semi-hostingYao Qi1-0/+6
2017-08-09Fix crt0 overwriting.Tamar Christina4-1/+10
2017-07-21Previous patch to support nosys.specs accidentally broke validation specs bec...Tamar Christina1-1/+1
2017-07-17Support building in a different directory than the default output directory b...Tamar Christina1-1/+1
2017-07-14Fix link when nosys.specs is used to linkTamar Christina1-0/+2
2017-07-06Replace the perl character classes with POSIX ones to fix the build when sed ...Tamar Christina1-4/+4
2017-07-05Add support for Semihosting v2 support for AArch64 in libgloss.Tamar Christina4-47/+186
2017-07-05Add support for Semihosting v2 support for ARM in libgloss.Tamar Christina3-65/+231
2017-07-05Add the needed build system changes in order to compile and create the new li...Tamar Christina9-17/+147