summaryrefslogtreecommitdiffstats
path: root/libgloss
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Use __bss_start for the starting point of .bss.Yeting Kuo2021-02-051-1/+1
* RISC-V: Add semihosting supportCraig Blackmore2020-12-1621-1/+692
* libgloss: aarch64: Add support for Armv8-R AArch64Alex Coplan via Newlib2020-09-304-4/+38
* Add C-SKY port for libglossJojo R2020-09-2527-0/+6805
* MSP430: Fix calculation of string length in sbrk.cJozef Lawrynowicz2020-09-041-1/+1
* MSP430: Fix message in sbrk.c printing binary characterJozef Lawrynowicz2020-09-031-2/+2
* Fix warnings when building for msp430-elfJozef Lawrynowicz2020-09-031-0/+3
* MSP430: Increase the amount of main memory available in sim ld scriptsJozef Lawrynowicz2020-08-072-2/+2
* MSP430: Word align __*_array_start symbols in sim linker scriptsJozef Lawrynowicz2020-08-072-0/+7
* pru: Fix memory corruption on syscall returnDimitar Dimitrov2020-07-021-0/+1
* arm: Finish moving newlib to unified syntax for Thumb1Richard Earnshaw2020-03-021-0/+11
* Only pass the minimum number of syscall argumentsGeorg Sauthoff2020-02-1118-29/+48
* libgloss: Fix lseek semihosting bug on nios2 and m68kSandra Loosemore2020-02-062-2/+2
* RISC-V: Use newlib nano specific libm.Jim Wilson2020-01-311-1/+1
* Use remove-advertising-clause script to edit BSD licensesKeith Packard2020-01-297-19/+7
* MSP430: Support new msp430-elfbare targetJozef Lawrynowicz2019-12-162-2/+2
* Implement the unlink system call for the moxie simulator.Anthony Green2019-12-141-2/+2
* Fix libgloss being built for disabled multilibsJozef Lawrynowicz2019-11-022-0/+2
* Initial PRU port for libgloss and newlibDimitar Dimitrov2019-10-3121-0/+5338
* MSP430: Add missing build rule for unlink() to libgloss MakefileJozef Lawrynowicz2019-10-251-0/+1
* Adjust nios2 and m68k semihosting for sys/stat.h changes.Sandra Loosemore2019-09-044-12/+12
* Fix regression in visium caused by sys/stat.h changeJeff Law2019-08-202-6/+6
* Revert previous change to sys/stat.h and fix cris libglossJeff Johnston2019-08-191-6/+12
* Align libgloss/arm and libc/sys/arm sources: miscellaneous fixesAlexander Fedotov2019-08-052-61/+47
* Align libgloss/arm and libc/sys/arm sources: HeapInfo and __heap_limitAlexander Fedotov2019-08-051-6/+6
* Align _end symbol to at least 4 in all MIPS scriptsFaraz Shahbazker2019-07-3016-0/+16
* MSP430: Remove .init/.fini sectionsJozef Lawrynowicz2019-07-245-157/+62
* Stack Pointer and Stack Limit initialization refactored.Alexander Fedotov2019-07-232-89/+227
* Arm: Use lrdimon-v2m_nano when semihosting v2 and nano selected respectivelyAlexander Fedotov2019-06-251-1/+1
* RISC-V: Add _LITE_EXIT in crt0.S.Jim Wilson2019-05-221-0/+13
* Make .data section placement coincide with _fdata symbolFaraz Shahbazker2019-05-1522-0/+22
* Fix order of eh_frame sections in linker scriptsFaraz Shahbazker2019-04-2918-18/+118
* MSP430: Make the inclusion of run_*_array fns depend on defined assembler sym...Jozef Lawrynowicz2019-04-183-22/+74
* Fix incorrect assembly code in _msp430_run_arrayJozef Lawrynowicz2019-04-161-2/+2
* Fix definition of write() to use const char * for the type of the bufferJozef Lawrynowicz2019-04-151-4/+5
* Align comments and spaces in libgloss/arm/crt0.S and newlib/libc/sys/arm/crt0...Alexander Fedotov2019-04-121-67/+68
* Include code in trap.S for APCS only.Christophe Lyon2019-04-111-1/+1
* Add a dummy interrupt handler to nios2 crt0.s.Sandra Loosemore2019-04-031-1/+13
* Add semihosting docs for nios2 and m68kcygwin-3_0_4-releaseJeff Johnston2019-03-142-0/+411
* AArch32: Fix the build for M class semihostingTamar Christina2019-02-111-1/+3
* AArch32: Add support for HLT to Mixed Mode modelsTamar Christina2019-02-082-7/+13
* Add libgloss install-pdf and install-html targets.Jim Wilson2018-11-202-1/+30
* Enable return code with semi-hosting SYS_EXIT_EXTENDEDMatthew Malcomson2018-11-192-22/+20
* Initialize SVE system registers.Tamar Christina2018-10-311-0/+27
* [Aarch64] Syscalls: fix prototypesChristophe Lyon2018-10-081-18/+19
* [ARM] Make _kill() a noreturn function.Christophe Lyon2018-10-082-4/+6
* [Aarch64] Fix warning in _sbrkChristophe Lyon2018-10-051-1/+1
* Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1Hans-Peter Nilsson2018-09-132-5/+21
* RISC-V: Fix _sbrk, it's failed only when return value is -1.Denis Ivanov2018-08-292-7/+12
* RISC-V: Fixed return code in _times syscall.Denis Ivanov2018-08-291-2/+2