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
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
2018-08-29RISC-V: Fixed return code in _times syscall.Denis Ivanov
2018-08-08Add BSP and semihosting library for nios2-generic-nommu QEMU emulation.Sandra Loosemore
2018-08-01Patch from Richard Earnshaw <Richard.Earnshaw@arm.com>newlib-snapshot-20180802Jeff Johnston
2018-07-30RISC-V: Do not use _init/_finiSebastian Huber
2018-07-11Fix AArch32 semihosting SYS_EXIT call on semihosting v1.Tamar Christina
2018-05-03libgloss: microblaze: adjust handlers to be weak.Ben Levinsky
2018-02-16add forward declaration to main() to prevent warningsJaap de Wolff
2018-02-16adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on impli...Jaap de Wolff
2018-01-18RISC-V: isatty: return 0 on errorChih-Mao Chen
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2018-01-17ansification: remove _VOIDYaakov Selkowitz
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz
2018-01-17ansification: remove _PARAMSYaakov Selkowitz
2018-01-17ansification: remove _NOARGSYaakov Selkowitz