Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc and another



details:   https://anonhg.NetBSD.org/src/rev/efe87b790722
branches:  trunk
changeset: 791218:efe87b790722
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Nov 09 00:35:00 2013 +0000

description:
and another

diffstat:

 doc/HACKS |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 1f8981f9977c -r efe87b790722 doc/HACKS
--- a/doc/HACKS Sat Nov 09 00:33:48 2013 +0000
+++ b/doc/HACKS Sat Nov 09 00:35:00 2013 +0000
@@ -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 @@
                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
 



Home | Main Index | Thread Index | Old Index