From mboxrd@z Thu Jan 1 00:00:00 1970 From: Latchesar Ionkov To: 9fans@cse.psu.edu Subject: Re: [9fans] gcc trouble Message-ID: <20031111001624.GA10112@ionkov.net> References: <795af12533ba8f56e5f836e909695045@collyer.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <795af12533ba8f56e5f836e909695045@collyer.net> User-Agent: Mutt/1.4.1i Date: Mon, 10 Nov 2003 19:16:24 -0500 Topicbox-Message-UUID: 85e46740-eacc-11e9-9e20-41e7f4b1d025 I think I found one of the reasons -- gcc puts the C++ templates code in .gnu.linkonce.* sections. I guess (didn't look into it) Plan9 object format doesn't support sections with arbitrary names. Lucho On Fri, Nov 07, 2003 at 08:57:04PM -0800, Geoff Collyer said: > I have a hazy memory of g++ relying on features or behaviour of gnuld. > Otherwise, one could make gcc generate Plan 9 assembly language and > assemble it with 8a and friends.