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.
This commit is contained in:
parent
9f8e2c9192
commit
ed99c7dc49
14
external/gpl3/gcc/README.gcc10
vendored
14
external/gpl3/gcc/README.gcc10
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user