Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc sh3 now



details:   https://anonhg.NetBSD.org/src/rev/35ba2df6c40c
branches:  trunk
changeset: 460645:35ba2df6c40c
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 29 21:32:35 2019 +0000

description:
sh3 now

diffstat:

 doc/HACKS |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 85d4ceee887b -r 35ba2df6c40c doc/HACKS
--- a/doc/HACKS Tue Oct 29 21:30:42 2019 +0000
+++ b/doc/HACKS Tue Oct 29 21:32:35 2019 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index