and another

This commit is contained in:
christos 2013-11-09 00:35:00 +00:00
parent f7bfce339d
commit 3ba9973c05

View File

@ -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