aboutsummaryrefslogtreecommitdiff
path: root/libgloss
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-05Adds the needed build system changes in order to compile and create the new l...Tamar Christina4-16/+49
2017-07-05Create a recursive make target that is modeled after the existing multilib ma...Tamar Christina1-0/+61
2017-06-14Add JLI support.Claudiu Zissulescu1-1/+6
2017-06-14Add profile support.Claudiu Zissulescu4-8/+527
2017-05-26Fix thinko in MSP430 libgloss implementation of write() system call.Martin Young1-1/+1
2017-05-19ARM/AArch64: Fix GetCmdLine semihosting directivesnewlib-snapshot-20170519Laurent ALFONSI2-7/+12
2017-04-19Fix relocation type for _bsssize being R_MSP430X_ABS16 when large memory mode...Jozef Lawrynowicz1-2/+2
2017-04-18libgloss/arm: fix discovery of "eabihf" toolchainsCarlos Santos2-2/+2
2017-02-15Fix elf-nano.specs to work without -save-tempsThomas Preud'homme1-3/+3
2017-02-13Fix cpp invocation for C++ in nano specThomas Preudhomme1-3/+3
2017-02-13libgloss: Remove duplicate definition of environStafford Horne1-3/+0
2017-02-13libgloss: or1k: If available call the init for init_arrayStafford Horne1-0/+6
2017-02-13or1k: Make open reentrantOlof Kindgren1-1/+1
2017-01-29Committed, libgloss: hook up cris-elf to the initfini-array support.Hans-Peter Nilsson2-2/+15
2016-08-19Fix html build with makeinfo 5.2Thomas Preudhomme1-2/+2