Module Name: src
Committed By: mrg
Date: Sun Apr 25 10:08:25 UTC 2021
Modified Files:
src/external/gpl3/gcc: README.gcc10
Log Message:
armv6 little endian has problems with GCC 10.
rpi# cat bar.s
.cfi_startproc
.cfi_endproc
rpi# as bar.s
bar.s: Assembler messages:
bar.s: Internal error (Illegal instruction).
Please report this bug.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 src/external/gpl3/gcc/README.gcc10:1.19
--- src/external/gpl3/gcc/README.gcc10:1.18 Sun Apr 25 08:01:54 2021
+++ src/external/gpl3/gcc/README.gcc10 Sun Apr 25 10:08:25 2021
@@ -1,4 +1,4 @@
-$NetBSD: README.gcc10,v 1.18 2021/04/25 08:01:54 mrg Exp $
+$NetBSD: README.gcc10,v 1.19 2021/04/25 10:08:25 mrg Exp $
new stuff:
@@ -39,9 +39,9 @@ earmv5 y b y y y y y n
earmv5eb y b y y y ? ? ?
earmv5hf y y y y y ? ? ?
earmv5hfeb y b y y y ? ? ?
-earmv6 y b y y y y ? ?
+earmv6 y b y y y y[2] ? ?
earmv6eb y b y y y y ? ?
-earmv6hf y y y y y y ? ?
+earmv6hf y y y y y y[2] ? ?
earmv6hfeb y b y y y y ? ?
earmv7 y b y y y ? ? ?
earmv7eb y b y y y ? ? ?
@@ -72,6 +72,14 @@ coldfire ? N/A ? ? ? N/A N/A
architecture tools kernels libgcc native-gcc make release runs atf
[1] - ramdisk.fs is too large, needs fixing.
+[2] - armv6 little endian has new problems:
+ rpi# cat bar.s
+ .cfi_startproc
+ .cfi_endproc
+ rpi# as bar.s
+ bar.s: Assembler messages:
+ bar.s: Internal error (Illegal instruction).
+ Please report this bug.
[6] - vax vs c++ exceptions issue, same as it ever was
[7] - fails just as poorly in gxemul/landisk as GCC 9
[8] - i386 seems to have a signal delivery issue. pthread tests hang and then