Module Name: src
Committed By: he
Date: Thu Oct 20 07:33:28 UTC 2016
Modified Files:
src/doc: HACKS
Log Message:
Per the discussion in PR#20924, remove the HACK entry for intvec.S on vax.
To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 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.174 src/doc/HACKS:1.175
--- src/doc/HACKS:1.174 Wed Jun 15 14:11:15 2016
+++ src/doc/HACKS Thu Oct 20 07:33:28 2016
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.174 2016/06/15 14:11:15 riastradh Exp $
+# $NetBSD: HACKS,v 1.175 2016/10/20 07:33:28 he Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -441,17 +441,6 @@ port vax
GCC4 on vax crashes. -O0 stops it happening so far...
kcah
- hack vax Toolchain bug
- cdate 28 Mar 2003
- who he
- file sys/arch/vax/vax/intvec.S : 1.5
- descr
- Workaround for PR toolchain/20924. The assembler apparently
- tries to range-check byte offsets when it doesn't have
- sufficient information to make that decision.
- Workaround uses `brw' instead of `brb' instruction.
- kcah
-
hack declare boolean_t in two IPF user-mode programs
cdate Tue Mar 7 19:19:20 CET 2006
who he