Module Name:    src
Committed By:   christos
Date:           Tue Oct 29 21:32:35 UTC 2019

Modified Files:
        src/doc: HACKS

Log Message:
sh3 now


To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/HACKS
diff -u src/doc/HACKS:1.192 src/doc/HACKS:1.193
--- src/doc/HACKS:1.192	Tue Oct 29 17:16:25 2019
+++ src/doc/HACKS	Tue Oct 29 17:32:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.192 2019/10/29 21:16:25 christos Exp $
+# $NetBSD: HACKS,v 1.193 2019/10/29 21:32:35 christos Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -910,6 +910,15 @@ file	/cvsroot/src/external/bsd/nvi/usr.b
 descr	":%! sort" core-dumps, tm is NULL but was not NULL on entry.
 kcah
 
+port	sh3
+hack	compile parse.c in battlestar with -Wno-restrict
+cdate	Mon Oct 28 14:39:35 EDT 2019
+who	christos
+file	/cvsroot/src/games/battlestar/Makefile 1.11
+descr	fails to compile, confused by char words[][];
+	strcpy(words[n - 1], words[n + 1]);
+kcah
+
 port	arm
 hack	avoid using labels in a 12-bit constant.
 who	matt

Reply via email to