Subject: Re: Adding Multiboot support (or not)
To: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 02/11/2006 09:07:04
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.
-- thorpej