Module Name:    src
Committed By:   mrg
Date:           Tue Mar 22 08:22:04 UTC 2016

Modified Files:
        src/external/gpl3/gcc: README.gcc53

Log Message:
updates to latest -current:
- sshd problem is libldap.so.4.3, at least on sparc64.  placing with 4.8 one 
works
- alpha mostly works fine, 7 new failures in atf, plus sshd problem
- update release build info for many *earm*, hppa, i386, amd64, mipsel, sh3*
- *mips* now at least completes mknative-gcc
- sh3eb has a mknative-gcc problem


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/README.gcc53

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.gcc53
diff -u src/external/gpl3/gcc/README.gcc53:1.6 src/external/gpl3/gcc/README.gcc53:1.7
--- src/external/gpl3/gcc/README.gcc53:1.6	Sun Mar 20 21:27:27 2016
+++ src/external/gpl3/gcc/README.gcc53	Tue Mar 22 08:22:04 2016
@@ -1,4 +1,4 @@
-$NetBSD: README.gcc53,v 1.6 2016/03/20 21:27:27 mrg Exp $
+$NetBSD: README.gcc53,v 1.7 2016/03/22 08:22:04 mrg Exp $
 
 lib:
 	libasan is disabled currently (haven't tried yet)
@@ -26,38 +26,40 @@ arch/feature list.  anything not here ha
 
 architecture	tools	kernels	libgcc	native-gcc	make release	runs	atf
 ------------	-----	-------	------	----------	------------	----	---
-alpha		y	y	y	y		y		y[6]	?[10]
+alpha		y	y	y	y		y		y[6]	y - 7 new failures out of ~4000
 arm		y	?	y	y
 armeb		y	?	y	y
-earm		y	?	y	y
-earmeb		y	?	y	y
+earm		y	?	y	y		y[3]
+earmeb		y	?	y	y		y[3]
 earmhf		y	?	y	y
 earmhfeb	y	?	y	y
-earmv4		y	y	y	y		y[3,4]		y
+earmv4		y	y	y	y		y[3]		y
 earmv4eb	y	?	y	y
-earmv6		y	?	y	y
+earmv6		y	?	y	y		y[3]
 earmv6eb	y	?	y	y
 earmv6hf	y	?	y	y
 earmv6hfeb	y	?	y	y
-earmv7		y	?	y	y
-earmv7eb	y	?	y	y
-earmv7hf	y	?	y	y
+earmv7		y	?	y	y		y[3]
+earmv7eb	y	?	y	y		y[3]
+earmv7hf	y	?	y	y		y[3]
 earmv7hfeb	y	?	y	y
-hppa		y	?	y	y
-i386		y	y	y	y		y[4]		y	
-m68000		y	?	y	n[8]
-m68k		y	?	y	n[8]
-mipseb		y	?	n[5]
-mipsel		y	?	n[5]
-mips64eb	y	?	n[5]
-mips64el	y	?	n[5]
+hppa		y	?	y	y		y
+i386		y	y	y	y		y		y	
+m68000		y	?	y	y
+m68k		y	?	y	y
+mipseb		y	?	y	y
+mipsel		y	?	y	y		y
+mips64eb	y	?	n	y
+mips64el	y	?	n	y
 powerpc		y	y	y	y		y[4]		y[1?]	
-sh3eb		y	?	y	y
-sh3el		y	?	y	y
-sparc		y	y	y	y		y[4]		y[1]
-sparc64		y	y	y	y		y[4]		n[1?,2]	y[9]
+sh3eb		y	?	y	y		y[5]
+sh3el		y	?	y	y		y
+sparc		y	y	y	y		y		y[1]
+sparc64		y	y	y	y		y		n[1?,2]	y[9]
 vax		n[7]
-x86_64		y	y	y	y		y		y
+x86_64		y	y	y	y		y		y	y
+------------	-----	-------	------	----------	------------	----	---
+architecture	tools	kernels	libgcc	native-gcc	make release	runs	atf
 
 
 [1] - world built without -fno-delete-null-pointer-checks does not have a
@@ -67,11 +69,8 @@ x86_64		y	y	y	y		y		y
 		-- try sb2000 (particularly with UP kernel.  u45 UP is shitty.)
 [3] - MKCOMPAT=no enabled currently
 [4] - really, this is 'distribution sets' and a kernel
-[5] - libgcc fails to build, multiply defined symbols.  probably some libgcc
-      makefile change needing re-doing.
+[5] - sh3eb tries to use sh specific atomic config which doesn't work, has hand edited mknative output
 [6] - sshd is broken, regardless of compiler options
+	-- libldap.so.4.3 is broken on sparc64; replacing just this fixes sshd.
 [7] - GCC fails to build
-[8] - GCC fails with eg: error: stack protector not protecting local variables: variable length buffer [-Werror=stack-protector]
 [9] - with a 4.8 base.tgz and 5.3 everythingelse.tgz, about 60 additional failures out of ~3800
-[10] - atf-run crashed kernel about 85% mark with GCC 4.8 kernel, but the
-       to then results were mostly ok

Reply via email to