Module Name: src
Committed By: christos
Date: Sat Oct 29 20:59:30 UTC 2011
Modified Files:
src/doc: HACKS
Log Message:
Another binutils workaround
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 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.119 src/doc/HACKS:1.120
--- src/doc/HACKS:1.119 Sat Oct 29 11:18:21 2011
+++ src/doc/HACKS Sat Oct 29 16:59:30 2011
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.119 2011/10/29 15:18:21 christos Exp $
+# $NetBSD: HACKS,v 1.120 2011/10/29 20:59:30 christos Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -691,3 +691,18 @@ port powerpc64
{standard input}:105: Error: symbol `.data' is already \
defined
kcah
+
+port emips
+
+ hack Add nop between ctc1 and mtc0 to avoid assembler internal
+ error
+ cdate Sat Oct 29 16:57:34 EDT 2011
+ who christos
+ file src/sys/arch/mips/mips/mips_fpu.c: 1.7
+ descr
+ workaround for:
+ {standard input}: Assembler messages:
+ {standard input}:730: Internal error!
+ Assertion failure in append_insn at /usr/src/external/gpl3/\
+ binutils/dist/gas/config/tc-mips.c line 2910.
+ kcah