summaryrefslogtreecommitdiffstats
path: root/libgloss
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add JLI support.Claudiu Zissulescu2017-06-141-1/+6
* Add profile support.Claudiu Zissulescu2017-06-144-8/+527
* Fix thinko in MSP430 libgloss implementation of write() system call.Martin Young2017-05-261-1/+1
* ARM/AArch64: Fix GetCmdLine semihosting directivesnewlib-snapshot-20170519Laurent ALFONSI2017-05-192-7/+12
* Fix relocation type for _bsssize being R_MSP430X_ABS16 when large memory mode...Jozef Lawrynowicz2017-04-191-2/+2
* libgloss/arm: fix discovery of "eabihf" toolchainsCarlos Santos2017-04-182-2/+2
* Fix elf-nano.specs to work without -save-tempsThomas Preud'homme2017-02-151-3/+3
* Fix cpp invocation for C++ in nano specThomas Preudhomme2017-02-131-3/+3
* libgloss: Remove duplicate definition of environStafford Horne2017-02-131-3/+0