aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-19libgloss: xtensa: fix CPPFLAGS clobberingMike Frysinger2-25/+35
2024-01-19libgloss: merge visium into top-level MakefileMike Frysinger7-203/+300
2024-01-19libgloss: visium: fix sbrk search pathMike Frysinger1-0/+3
2024-01-19libgloss: merge m32r into top-level MakefileMike Frysinger6-272/+345
2024-01-19libgloss: merge rl78 into top-level MakefileMike Frysinger6-236/+292
2024-01-19libgloss: merge rx into top-level MakefileMike Frysinger6-236/+270
2024-01-19libgloss: merge xstormy16 into top-level MakefileMike Frysinger6-207/+341
2024-01-19libgloss: merge nds32 into top-level MakefileMike Frysinger6-219/+300
2024-01-19libgloss: merge mcore into top-level MakefileMike Frysinger7-260/+347
2024-01-19libgloss: merge mn10200 into top-level MakefileMike Frysinger7-251/+293
2024-01-19libgloss: merge mn10300 into top-level MakefileMike Frysinger8-269/+371
2024-01-19libgloss: merge i386 into top-level MakefileMike Frysinger6-234/+210
2024-01-19libgloss: merge frv into top-level MakefileMike Frysinger6-226/+244
2024-01-19libgloss: merge msp430 into top-level MakefileMike Frysinger6-232/+280
2024-01-19libgloss: msp430: delete custom .S.o ruleMike Frysinger1-4/+0
2024-01-19libgloss: msp430: split up crt0.S sourceMike Frysinger14-212/+499
2024-01-19libgloss: msp430: delete stub crt_init.oMike Frysinger1-2/+1
2024-01-19libgloss: msp430: delete outdated/wrong codeMike Frysinger1-14/+0
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