Module Name: src
Committed By: mrg
Date: Tue Apr 13 22:24:56 UTC 2021
Modified Files:
src/external/gpl3/gcc: README.gcc10
Log Message:
note amd64 dtrace issue is only warning for now.
note that i386 has problems in -current.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/README.gcc10
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/README.gcc10
diff -u src/external/gpl3/gcc/README.gcc10:1.5 src/external/gpl3/gcc/README.gcc10:1.6
--- src/external/gpl3/gcc/README.gcc10:1.5 Tue Apr 13 10:10:25 2021
+++ src/external/gpl3/gcc/README.gcc10 Tue Apr 13 22:24:56 2021
@@ -1,4 +1,4 @@
-$NetBSD: README.gcc10,v 1.5 2021/04/13 10:10:25 mrg Exp $
+$NetBSD: README.gcc10,v 1.6 2021/04/13 22:24:56 mrg Exp $
new stuff:
@@ -50,7 +50,7 @@ earmv7eb y b y y n ? ? ?
earmv7hf y y y y y y y n
earmv7hfeb y b y y y ? ? ?
hppa y b y y y ? ? ?
-i386 y y y y y y ? ?
+i386 y y y y y y n[8] ?
ia64 y y y y n[2] ? N/A n
m68000 y b y y n[1] ? ? ?
m68k y y y y y ? ? ?
@@ -106,6 +106,9 @@ architecture tools kernels libgcc native
19 | iarg[1] = SCARG(p, args[SYS_MAXSYSARGS]); /* register_t */
| ^
which makes sense as args[8] is out of bounds.
+ -- this issue has been -Wno-'d but should be investigated.
+[8] - i386 seems to have a signal delivery issue. GCC 9 or 10 kernels are
+ unable to reboot properly, and GCC 10 atf runs hang in signal delivery.