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.
newlib: Update submodule (add support for argc/argv)
- Loading branch information
1 parent
fc2741b
commit 3f9da8e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule newlib-mrisc32
updated
19 files
+0 −26 | libgloss/libnosys/acconfig.h | |
+27 −9 | libgloss/libnosys/config.h.in | |
+14 −12 | libgloss/libnosys/configure | |
+8 −12 | libgloss/libnosys/configure.ac | |
+1 −0 | libgloss/mrisc32/Makefile.in | |
+11 −14 | libgloss/mrisc32/crt0.S | |
+39 −0 | libgloss/mrisc32/default-getarguments.c | |
+4 −0 | libgloss/mrisc32/sim-syscalls.S | |
+1 −0 | libgloss/wince/Makefile.am | |
+1 −0 | libgloss/wince/Makefile.in | |
+1 −1 | newlib/libc/Makefile.am | |
+10 −10 | newlib/libc/Makefile.in | |
+1 −1 | newlib/libc/libc.in.xml | |
+0 −0 | newlib/libc/libc.texi | |
+1 −1 | newlib/libm/Makefile.am | |
+10 −10 | newlib/libm/Makefile.in | |
+1 −1 | newlib/libm/configure | |
+1 −1 | newlib/libm/configure.ac | |
+0 −0 | newlib/libm/libm.texi |