Subject: Re: Adding Multiboot support (or not)
To: None <tech-kern@netbsd.org, port-i386@netbsd.org>
From: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
List: tech-kern
Date: 02/11/2006 22:16:32
On Sat, Feb 11, 2006 at 09:07:04AM -0800, Jason Thorpe wrote:
> 
> On Feb 11, 2006, at 2:22 AM, Pavel Cahyna wrote:
> 
> > Section to Segment mapping:
> >  Segment Sections...
> >   00     .text
> >   01     .data
> >   02     .bss
> >   03     .rodata.str1.1 .rodata.str1.32 link_set_malloc_types 
> >link_set_ieee80211_funcs link_set_sysctl_funcs link_set_domains link_set_pools 
> >link_set_vfsops link_set_vfs_hooks link_set_evcnts link_set_dkwedge_methods 
> >link_set_bufq_strats .rodata.str1.4
> >
> >How would you handle all the sections which went to the segment 03,
> >without knowing the names of all the link sets?
> 
> What version of NetBSD are you running?  I fixed this problem in our ld(1) ages 
> ago.  I wonder if it got lost in the latest update.

3.0_RCsomething.

$ ld --version
GNU ld version 2.15

Pavel