summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2016-06-15 05:01:58 +0000
committermrg <mrg@NetBSD.org>2016-06-15 05:01:58 +0000
commitdede62b2338dde1d16dfdaf96db1dc1ec3a08a6c (patch)
tree2e818c214fb49257f5dd1f3a9bd7724b70eed053 /doc
parent7216ce7e479913d30f7384fc481fe69789c37af4 (diff)
replace the previous hack with something that i believe is actually
correct and, more importantly ;), works properly. thanks for riastradh for hints about which bit was actually broken.
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKS14
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/HACKS b/doc/HACKS
index e894b8b33b8..b96e872844d 100644
--- a/doc/HACKS
+++ b/doc/HACKS
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.169 2016/06/15 02:12:14 mrg Exp $
+# $NetBSD: HACKS,v 1.170 2016/06/15 05:01:58 mrg Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -635,18 +635,6 @@ port arm
is broken.
kcah
- hack gcc-5.3 arm and openssh and -fstrict-aliases
- cdate Tue Jun 14 19:05:51 PDT 2016
- who mrg
- file crypto/external/bsd/openssh/dist/umac.c : 1.10
- pr
- descr GCC has some yet-unknown code-gen problem on ARM with this
- file that leads to SSH giving errors and dropping connections.
- The bpw=8 path of endian_convert(), if compiled with
- "no-strict-aliases" optimiser attribite, works. The same
- problem exist with GCC 5.3 and 5.4.
- kcah
-
port sh3
hack gcc4-sh3-bz2