Update entry of m68k gcc ra-colorize.c.

(fixed in gcc-3.3.3 at least on m68k, but not conformed on m68000)
This commit is contained in:
tsutsui 2006-05-08 14:48:59 +00:00
parent b367369f5f
commit 3ce69693c2

View File

@ -1,4 +1,4 @@
# $NetBSD: HACKS,v 1.55 2006/05/08 11:09:01 he Exp $
# $NetBSD: HACKS,v 1.56 2006/05/08 14:48:59 tsutsui Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@ -449,7 +449,7 @@ port sun2
kcah
port sun2 m68k
port m68000
hack gcc 3.3.2/gcc/ra-colorize.c
cdate Wed Nov 5 11:03:13 EST 2003
@ -458,6 +458,10 @@ port sun2 m68k
descr
ra-colorize.c causes a whole spew of unreferenced .L* local
symbols. using -O0 (or even -O2 reportedly) avoids the problem.
Note this has been fixed in 3.3.3 at least on m68k,
but it hasn't been confirmed on sun2/m68000.
(it's too slow even on emulator and unlikely to build
toolchains on sun2 with its maximum 4MB RAM)
kcah
port sparc64