Module Name: src
Committed By: rin
Date: Mon Oct 5 10:44:09 UTC 2020
Modified Files:
src/doc: HACKS
Log Message:
Remove -fno-omit-frame-pointer hack for sun2 kernel.
To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 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.209 src/doc/HACKS:1.210
--- src/doc/HACKS:1.209 Fri Sep 18 14:09:47 2020
+++ src/doc/HACKS Mon Oct 5 10:44:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.209 2020/09/18 14:09:47 christos Exp $
+# $NetBSD: HACKS,v 1.210 2020/10/05 10:44:09 rin Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -997,15 +997,3 @@ descr GCC 8.4 miscompiles aes_ccm_tag()
At the moment, it is unclear whether this is due to differences b/w
68010-20 vs 68030-60, or something wrong with TME.
kcah
-
-port sun2
-hack compile kernel with -fno-omit-frame-pointer for GCC8
-cdate Mon Aug 10 06:28:42 UTC 2020
-who rin
-file src/sys/arch/sun2/conf/Makefile.sun2: 1.25
-descr Work around for reproducible kernel freezes just after ``Starting
- postfix.'', where I cannot even enter DDB nor obtain crash dump.
- I still haven't figured out why. Possibly something wrong with -Os
- optimization level for GCC/m68k, cf.,
- http://mail-index.netbsd.org/port-sun3/2020/07/19/msg000166.html
-kcah