Another binutils workaround

This commit is contained in:
christos 2011-10-29 20:59:30 +00:00
parent 8801e4b4f0
commit 5cea0d8271
1 changed files with 16 additions and 1 deletions

View File

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