Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-13RISC-V: Using SYS_clock_gettime64 for rv32 libgloss.Kito Cheng
2021-02-05RISC-V: Use __bss_start for the starting point of .bss.Yeting Kuo
2020-12-17RISC-V: Add semihosting supportCraig Blackmore
2020-09-30libgloss: aarch64: Add support for Armv8-R AArch64Alex Coplan via Newlib
2020-09-25Add C-SKY port for libglossJojo R
2020-09-04MSP430: Fix calculation of string length in sbrk.cJozef Lawrynowicz
2020-09-03MSP430: Fix message in sbrk.c printing binary characterJozef Lawrynowicz
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz
2020-08-07MSP430: Increase the amount of main memory available in sim ld scriptsJozef Lawrynowicz
2020-08-07MSP430: Word align __*_array_start symbols in sim linker scriptsJozef Lawrynowicz
2020-07-02pru: Fix memory corruption on syscall returnDimitar Dimitrov
2020-03-02arm: Finish moving newlib to unified syntax for Thumb1Richard Earnshaw
2020-02-11Only pass the minimum number of syscall argumentsGeorg Sauthoff
2020-02-06libgloss: Fix lseek semihosting bug on nios2 and m68kSandra Loosemore
2020-01-31RISC-V: Use newlib nano specific libm.Jim Wilson
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard
2019-12-16MSP430: Support new msp430-elfbare targetJozef Lawrynowicz
2019-12-14Implement the unlink system call for the moxie simulator.Anthony Green
2019-11-02Fix libgloss being built for disabled multilibsJozef Lawrynowicz
2019-10-31Initial PRU port for libgloss and newlibDimitar Dimitrov
2019-10-25MSP430: Add missing build rule for unlink() to libgloss MakefileJozef Lawrynowicz
2019-09-04Adjust nios2 and m68k semihosting for sys/stat.h changes.Sandra Loosemore
2019-08-20Fix regression in visium caused by sys/stat.h changeJeff Law
2019-08-20Revert previous change to sys/stat.h and fix cris libglossJeff Johnston
2019-08-05Align libgloss/arm and libc/sys/arm sources: miscellaneous fixesAlexander Fedotov
2019-08-05Align libgloss/arm and libc/sys/arm sources: HeapInfo and __heap_limitAlexander Fedotov
2019-07-30Align _end symbol to at least 4 in all MIPS scriptsFaraz Shahbazker
2019-07-24MSP430: Remove .init/.fini sectionsJozef Lawrynowicz
2019-07-23Stack Pointer and Stack Limit initialization refactored.Alexander Fedotov
2019-06-25Arm: Use lrdimon-v2m_nano when semihosting v2 and nano selected respectivelyAlexander Fedotov
2019-05-23RISC-V: Add _LITE_EXIT in crt0.S.Jim Wilson
2019-05-15Make .data section placement coincide with _fdata symbolFaraz Shahbazker
2019-04-29Fix order of eh_frame sections in linker scriptsFaraz Shahbazker
2019-04-18MSP430: Make the inclusion of run_*_array fns depend on defined assembler sym...Jozef Lawrynowicz
2019-04-16Fix incorrect assembly code in _msp430_run_arrayJozef Lawrynowicz
2019-04-15Fix definition of write() to use const char * for the type of the bufferJozef Lawrynowicz
2019-04-12Align comments and spaces in libgloss/arm/crt0.S and newlib/libc/sys/arm/crt0...Alexander Fedotov
2019-04-11Include code in trap.S for APCS only.Christophe Lyon
2019-04-03Add a dummy interrupt handler to nios2 crt0.s.Sandra Loosemore
2019-03-14Add semihosting docs for nios2 and m68kcygwin-3_0_4-releaseJeff Johnston
2019-02-11AArch32: Fix the build for M class semihostingTamar Christina
2019-02-08AArch32: Add support for HLT to Mixed Mode modelsTamar Christina
2018-11-20Add libgloss install-pdf and install-html targets.Jim Wilson
2018-11-19Enable return code with semi-hosting SYS_EXIT_EXTENDEDMatthew Malcomson
2018-10-31Initialize SVE system registers.Tamar Christina
2018-10-08[Aarch64] Syscalls: fix prototypesChristophe Lyon
2018-10-08[ARM] Make _kill() a noreturn function.Christophe Lyon
2018-10-05 [Aarch64] Fix warning in _sbrkChristophe Lyon
2018-09-13Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1Hans-Peter Nilsson
2018-08-29RISC-V: Fix _sbrk, it's failed only when return value is -1.Denis Ivanov