aboutsummaryrefslogtreecommitdiff
path: root/libgloss
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz1-0/+3
2020-08-07MSP430: Increase the amount of main memory available in sim ld scriptsJozef Lawrynowicz2-2/+2
2020-08-07MSP430: Word align __*_array_start symbols in sim linker scriptsJozef Lawrynowicz2-0/+7
2020-07-02pru: Fix memory corruption on syscall returnDimitar Dimitrov1-0/+1
2020-03-02arm: Finish moving newlib to unified syntax for Thumb1Richard Earnshaw1-0/+11
2020-02-11Only pass the minimum number of syscall argumentsGeorg Sauthoff18-29/+48
2020-02-06libgloss: Fix lseek semihosting bug on nios2 and m68kSandra Loosemore2-2/+2
2020-01-31RISC-V: Use newlib nano specific libm.Jim Wilson1-1/+1
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard7-19/+7
2019-12-16MSP430: Support new msp430-elfbare targetJozef Lawrynowicz2-2/+2
2019-12-14Implement the unlink system call for the moxie simulator.Anthony Green1-2/+2
2019-11-02Fix libgloss being built for disabled multilibsJozef Lawrynowicz2-0/+2
2019-10-31Initial PRU port for libgloss and newlibDimitar Dimitrov21-0/+5338
2019-10-25MSP430: Add missing build rule for unlink() to libgloss MakefileJozef Lawrynowicz1-0/+1
2019-09-04Adjust nios2 and m68k semihosting for sys/stat.h changes.Sandra Loosemore4-12/+12
2019-08-20Fix regression in visium caused by sys/stat.h changeJeff Law2-6/+6
2019-08-19Revert previous change to sys/stat.h and fix cris libglossJeff Johnston1-6/+12
2019-08-05Align libgloss/arm and libc/sys/arm sources: miscellaneous fixesAlexander Fedotov2-61/+47
2019-08-05Align libgloss/arm and libc/sys/arm sources: HeapInfo and __heap_limitAlexander Fedotov1-6/+6
2019-07-30Align _end symbol to at least 4 in all MIPS scriptsFaraz Shahbazker16-0/+16
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