Module Name: src
Committed By: christos
Date: Sat Nov 9 00:35:00 UTC 2013
Modified Files:
src/doc: HACKS
Log Message:
and another
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 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.138 src/doc/HACKS:1.139
--- src/doc/HACKS:1.138 Fri Nov 8 19:29:47 2013
+++ src/doc/HACKS Fri Nov 8 19:35:00 2013
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.138 2013/11/09 00:29:47 christos Exp $
+# $NetBSD: HACKS,v 1.139 2013/11/09 00:35:00 christos Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -614,6 +614,18 @@ port sh3el
impossible reload
__asm volatile ("swap.b %1,%0" : "=r"(rval) : "r"(x));
kcah
+
+ hack gcc4.8.1
+ cdate Fri Nov 8 19:34:48 EST 2013
+ who christos
+ file src/usr.sbin/racoon/Makefile : 1.27
+ desrc
+ for profiling
+ compile ipsec_doi.c with -O0 to avoid:
+ ./sh3/byte_swap.h:20:2: error: 'asm' operand requires \
+ impossible reload
+ __asm volatile ("swap.b %1,%0" : "=r"(rval) : "r"(x));
+ kcah
port m68000