Module Name: src
Committed By: mrg
Date: Sat Jan 10 22:58:38 UTC 2015
Modified Files:
src/external/gpl3/gcc: README.gcc48
Log Message:
update for more reality.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/README.gcc48
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.gcc48
diff -u src/external/gpl3/gcc/README.gcc48:1.5 src/external/gpl3/gcc/README.gcc48:1.6
--- src/external/gpl3/gcc/README.gcc48:1.5 Mon Jul 28 22:12:16 2014
+++ src/external/gpl3/gcc/README.gcc48 Sat Jan 10 22:58:38 2015
@@ -1,4 +1,4 @@
-$Id: README.gcc48,v 1.5 2014/07/28 22:12:16 mrg Exp $
+$Id: README.gcc48,v 1.6 2015/01/10 22:58:38 mrg Exp $
usr.bin:
note:
@@ -16,8 +16,6 @@ new stuff:
- what is libitm?
- - asan/libsanitizer
-
x86_64 port:
- copied manually i386-builtin-types.inc instead of generating it.
@@ -26,18 +24,11 @@ arch/feature list. anything not here ha
architecture tools kernels libgcc native-gcc make release runs atf
------------ ----- ------- ------ ---------- ------------ ---- ---
-coldfire yes N/A[9] yes yes yes[7] ? ?
+coldfire yes N/A[9] yes yes yes ? ?
m68000 yes ? yes no[3]
-m68k yes yes yes yes no[7]
-powerpc yes yes[1] yes yes yes yes yes
+m68k yes yes yes yes yes
powerpc64 yes[4]
-[1] ofppc/pegasos has issues with symtab loading.
- sandpoint works fine in multi-user, found an annoyance by com(4) change.
[3] relocations fail in libgcc
[4] cc1 gets segv compiling libgcc.
-[7] m68k/vax/sh3 gcc seem to randomly get -fstack-protector/-Wstack-protector
- wrong, for example m68k flags alarm() as unprotected in
- libc/gen/alarm.c:53, vax ifinit() in sbin/routed/if.c:680.
- --> hacked around, now fixed?
[9] no kernels in evbcf port yet