[20628] in Athena Bugs
Re: sun4 9.1.12: cc
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Sat Aug 24 22:35:01 2002
Date: Sat, 24 Aug 2002 22:34:59 -0400
Message-Id: <200208250234.WAA22047@riff-raff.mit.edu>
From: Garry Zacheiss <zacheiss@MIT.EDU>
To: Nickolai Zeldovich <kolya@MIT.EDU>
CC: bugs@MIT.EDU
In-reply-to: "[20624] in Athena Bugs"
I looked at this; no resolution yet, but some observations, and a
workaround.
This only happens when compiling 64 bit objects and using -g; -g
causes Sunsoft cc to use ild instead of ld during the linking phase.
Forcing cc to use ld instead of ild seems to work around the problem, so
my suggested workaround is to compile with the -xildoff option.
My suspicion is that this is 9.1 specific, and possibly
280R/UltraSPARC III specific; I don't have another 9.1 280R to play with
(bloom-beacon is 9.0), but I might be able to subvert the new moira
hardware to test this further.
Garry