aboutsummaryrefslogtreecommitdiff
path: root/libgloss
AgeCommit message (Expand)AuthorFilesLines
2019-07-24MSP430: Remove .init/.fini sectionsJozef Lawrynowicz5-157/+62
2019-07-23Stack Pointer and Stack Limit initialization refactored.Alexander Fedotov2-89/+227
2019-06-25Arm: Use lrdimon-v2m_nano when semihosting v2 and nano selected respectivelyAlexander Fedotov1-1/+1
2019-05-22RISC-V: Add _LITE_EXIT in crt0.S.Jim Wilson1-0/+13
2019-05-15Make .data section placement coincide with _fdata symbolFaraz Shahbazker22-0/+22
2019-04-29Fix order of eh_frame sections in linker scriptsFaraz Shahbazker18-18/+118
2019-04-18MSP430: Make the inclusion of run_*_array fns depend on defined assembler sym...Jozef Lawrynowicz3-22/+74
2019-04-16Fix incorrect assembly code in _msp430_run_arrayJozef Lawrynowicz1-2/+2
2019-04-15Fix definition of write() to use const char * for the type of the bufferJozef Lawrynowicz1-4/+5
2019-04-12Align comments and spaces in libgloss/arm/crt0.S and newlib/libc/sys/arm/crt0...Alexander Fedotov1-67/+68
2019-04-11Include code in trap.S for APCS only.Christophe Lyon1-1/+1
2019-04-03Add a dummy interrupt handler to nios2 crt0.s.Sandra Loosemore1-1/+13
2019-03-14Add semihosting docs for nios2 and m68kcygwin-3_0_4-releaseJeff Johnston2-0/+411
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