Subject: Re: Adding Multiboot support (or not)
To: Nick Hudson <nick.hudson@dsl.pipex.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: port-i386
Date: 02/14/2006 07:25:29
On Feb 13, 2006, at 9:49 AM, Nick Hudson wrote:

> On Sunday 12 February 2006 04:38, Jason Thorpe wrote:
>> On Feb 11, 2006, at 1:30 PM, Pavel Cahyna wrote:
>>> In my case it won't, unless I add an explicit statement for .rodata:
>>
>> Right, this is a bug in ld(1).
>
> Does this fix it?

Sorry, just getting around to wrapping my brain around ld(1) again.

It looks like this patch would fix defaulting to .text if .rodata  
isn't present... but in Pavel's case, .rodata IS (or had better be,  
at least) present, and link_set* still isn't getting placed  
in .rodata's output section.

-- thorpej