aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-19libgloss: add per-file & per-dir flag supportMike Frysinger2-2/+14
2024-01-19libgloss: add some objcopy/objdump build rulesMike Frysinger2-0/+19
2024-01-19libgloss: check for objcopy & objdump properlyMike Frysinger3-0/+190
2024-01-19Cygwin: remove warnings from testsuite buildCorinna Vinschen3-8/+4
2024-01-19fputwc: call __fputwc directlyCorinna Vinschen2-2/+7
2024-01-19memccpy: fix pointer assignmentCorinna Vinschen1-2/+2
2024-01-19ORIENT: avoid "expression has no effect" warningCorinna Vinschen3-3/+3
2024-01-19_fputwc_r: actually return result of __fputwcCorinna Vinschen1-1/+1
2024-01-18Cygwin: replace all `fgrep' with `grep -F'Corinna Vinschen5-8/+8
2024-01-17Cygwin: copy doc changes from commit 241b50a7abe2 to release notesCorinna Vinschen1-4/+4
2024-01-16Cygwin: Update documentation for cygwin_stackdumpJon Turney1-0/+4
2024-01-16Cygwin: Treat api_fatal() similarly to a core-dumping signalJon Turney3-5/+20
2024-01-16Cygwin: Define and use __WCOREFLAGJon Turney2-3/+4
2024-01-16Cygwin: Disable writing core dumps by default.Jon Turney3-1/+10
2024-01-16Cygwin: Make 'ulimit -c' control writing a coredumpJon Turney7-41/+143
2024-01-15Cygwin: introduce close_range(2)Christian Franke7-1/+62
2024-01-15Cygwin: api docs: add missing fallocateCorinna Vinschen1-0/+9
2024-01-12Cygwin: Clarifications in 3.5 changes docJon Turney1-4/+4
2024-01-11Cygwin: path.cc: fix comment starting with // but ending in */Corinna Vinschen1-1/+1
2024-01-10Cygwin: Fix a stray '\n' in cygcheck manpageJon Turney1-1/+1
2024-01-10RISC-V: fix setting up std streams in init_semihosting()Venkata Ramanaiah Nalamothu1-9/+10
2024-01-08fix strverscmp comparison of digit sequence with non-digitsBrian Inglis1-3/+3
2024-01-08RISC-V: Initialize the jvt CSRHau Hsu1-0/+11
2024-01-08Cygwin: check remote drives for being SSDs as wellCorinna Vinschen1-1/+1
2024-01-03libgloss: merge i960 into top-level MakefileMike Frysinger6-195/+168
2024-01-03libgloss: i960: delete dead/broken codeMike Frysinger1-37/+0
2024-01-03libgloss: merge v850 into top-level MakefileMike Frysinger6-206/+271
2024-01-03libgloss: merge moxie into top-level MakefileMike Frysinger7-239/+306
2024-01-03libgloss: moxie: delete unused/invalid assembly fileMike Frysinger1-31/+0
2024-01-03libgloss: fix up incorrect "it's"Mike Frysinger19-30/+30
2024-01-02newlib: libc: Improved the readability of strspn with minor optimizationXiao Zeng1-1/+2
2023-12-31Changes for newlib 4.4.0 snapshotnewlib-4.4.0Jeff Johnston5-17/+29
2023-12-31Minor improvement to H8 startup codeJeff Law1-18/+12
2023-12-29Fix various c99/gcc-14 issues in generic libgloss codeJeff Law6-8/+13
2023-12-29Fix another missing header file for mcore libglossJeff Law1-0/+1
2023-12-29libgloss: sparc: add missing m4 includeMike Frysinger5-5/+32
2023-12-29libgloss: xtensa: fix crt0.o ruleMike Frysinger2-37/+52
2023-12-29newlib MMIX: Fix compilation warnings that recent gcc treats as errorsHans-Peter Nilsson10-21/+30
2023-12-23GCN: Implement '_exit' instead of 'exit'Thomas Schwinge4-25/+24
2023-12-22Fix epiphany libgloss for c99/gcc-14Jeff Law9-3/+12
2023-12-22Fix most of m32r libgloss for c99/gcc-14Jeff Law4-3/+9
2023-12-22Fix mcore libgloss port for c99/gcc-14Jeff Law4-0/+9
2023-12-22Fix rl78 libgloss port for c99/gcc-14Jeff Law1-1/+2
2023-12-22Fix c6x libgloss port for c99/gcc-14Jeff Law1-0/+2
2023-12-22Fix ft32 libgloss for c99/gcc-14Jeff Law1-0/+1
2023-12-22Fix frv libgloss bits for c99/gcc-14\Jeff Law2-0/+4
2023-12-22Fix newlib H8/300 bits for C99/gcc-14Jeff Law1-0/+2
2023-12-22Fix v850 libgloss for c99/gcc-14Jeff Law6-4/+10
2023-12-21Fix iq2000 libgloss for c99/gcc-14Jeff Law5-4/+8
2023-12-21Optimize strpbrk.cJeff Johnston1-9/+2