This repository has been archived by the owner on Sep 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
binutils, gcc, newlib: Update submodules
- Loading branch information
1 parent
93e0f23
commit 017f1ef
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule binutils-mrisc32
updated
179 files
Submodule gcc-mrisc32
updated
220 files
Submodule newlib-mrisc32
updated
28 files
+11 −4 | newlib/libc/locale/locale.c | |
+2 −0 | newlib/libc/stdlib/local.h | |
+2 −2 | winsup/cygwin/fhandler/disk_file.cc | |
+1 −0 | winsup/cygwin/fhandler/proc.cc | |
+2 −2 | winsup/cygwin/forkable.cc | |
+4 −16 | winsup/cygwin/include/regex.h | |
+23 −0 | winsup/cygwin/local_includes/winlean.h | |
+51 −9 | winsup/cygwin/mount.cc | |
+2 −2 | winsup/cygwin/nlsfuncs.cc | |
+4 −0 | winsup/cygwin/regex/COPYRIGHT | |
+5 −3 | winsup/cygwin/regex/cname.h | |
+221 −200 | winsup/cygwin/regex/engine.c | |
+724 −339 | winsup/cygwin/regex/regcomp.c | |
+6 −20 | winsup/cygwin/regex/regerror.c | |
+65 −26 | winsup/cygwin/regex/regex.3 | |
+17 −5 | winsup/cygwin/regex/regex.7 | |
+34 −26 | winsup/cygwin/regex/regex2.h | |
+9 −10 | winsup/cygwin/regex/regexec.c | |
+5 −3 | winsup/cygwin/regex/regfree.c | |
+7 −3 | winsup/cygwin/regex/utils.h | |
+5 −2 | winsup/cygwin/release/3.4.7 | |
+2 −0 | winsup/cygwin/release/3.5.0 | |
+15 −1 | winsup/cygwin/strfuncs.cc | |
+31 −31 | winsup/cygwin/strsig.cc | |
+6 −18 | winsup/cygwin/syscalls.cc | |
+4 −0 | winsup/doc/new-features.xml | |
+8 −2 | winsup/doc/utils.xml | |
+136 −16 | winsup/utils/kill.cc |