Commit 23a0388
authored
Merge pull request riscv-collab#466 from riscv/bump-and-fix-newlib
Bump and fix newlibFile tree
9 files changed
+3
-27
lines changed- test
- gcc-linux
- gcc-newlib
9 files changed
+3
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
481 | | - | |
| 480 | + | |
| 481 | + | |
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
| |||
Submodule riscv-newlib updated 66 files
- libgloss/arm/elf-rdimon-v2m.specs+1-1
- newlib/configure.host+1
- newlib/libc/include/ctype.h+1-1
- newlib/libc/include/inttypes.h+1-1
- newlib/libc/include/langinfo.h+1-1
- newlib/libc/include/locale.h+1-1
- newlib/libc/include/machine/setjmp.h+4-1
- newlib/libc/include/sched.h+5
- newlib/libc/include/stdlib.h+1-1
- newlib/libc/include/string.h+1-1
- newlib/libc/include/strings.h+1-1
- newlib/libc/include/sys/_intsup.h+4
- newlib/libc/include/sys/_locale.h+3-3
- newlib/libc/include/sys/_types.h+10-10
- newlib/libc/include/sys/reent.h+5
- newlib/libc/include/sys/tree.h+7-5
- newlib/libc/include/sys/types.h-2
- newlib/libc/include/time.h+1-1
- newlib/libc/include/wchar.h+1-1
- newlib/libc/include/wctype.h+1-1
- newlib/libc/machine/amdgcn/getreent.c+6-6
- newlib/libc/machine/or1k/setjmp.S+29-29
- newlib/libc/stdio/vfwscanf.c+1
- newlib/libc/sys/amdgcn/Makefile.am+2-1
- newlib/libc/sys/amdgcn/Makefile.in+50-2
- newlib/libc/sys/amdgcn/fcntl.c+24
- newlib/libc/sys/amdgcn/getpid.c+20
- newlib/libc/sys/amdgcn/kill.c+23
- newlib/libc/sys/amdgcn/open.c+25
- newlib/libc/sys/amdgcn/raise.c+20
- newlib/libc/sys/amdgcn/stat.c+24
- newlib/libc/sys/amdgcn/unlink.c+23
- newlib/libm/common/s_expm1.c+2-1
- newlib/libm/common/s_log1p.c+5-2
- newlib/libm/common/sf_expm1.c+2-1
- newlib/libm/common/sf_log1p.c+5-2
- winsup/cygwin/common.din+5
- winsup/cygwin/dir.cc+3-1
- winsup/cygwin/dll_init.cc+1-1
- winsup/cygwin/fhandler.h+17-9
- winsup/cygwin/fhandler_fifo.cc+191-96
- winsup/cygwin/fhandler_proc.cc+2-1
- winsup/cygwin/fork.cc+9-10
- winsup/cygwin/forkable.cc+16-37
- winsup/cygwin/heap.cc+3-3
- winsup/cygwin/include/cygwin/version.h+3-1
- winsup/cygwin/include/monetary.h+1-1
- winsup/cygwin/include/pthread.h+2
- winsup/cygwin/include/sys/_pthreadtypes.h+3-2
- winsup/cygwin/include/sys/cpuset.h+35
- winsup/cygwin/miscfuncs.cc+16-4
- winsup/cygwin/miscfuncs.h+1
- winsup/cygwin/mmap.cc+28-13
- winsup/cygwin/release/3.1.0+9
- winsup/cygwin/sched.cc+317
- winsup/cygwin/sysconf.cc+2-1
- winsup/cygwin/thread.cc+19
- winsup/cygwin/timerfd.cc+23-1
- winsup/cygwin/timerfd.h+2
- winsup/cygwin/wincap.cc+9
- winsup/cygwin/wincap.h+4
- winsup/doc/new-features.xml+12
- winsup/doc/posix.xml+4
- winsup/utils/Makefile.in+1-1
- winsup/utils/cygcheck.cc+16-1
- winsup/utils/cygwin-console-helper.cc+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 11 | | |
19 | 12 | | |
20 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 11 | | |
19 | 12 | | |
20 | 13 | | |
| |||
0 commit comments