X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 18 Mar 2009 11:05:06 -0400 Message-Id: <200903181505.n2IF563e025552@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (message from Martin Str|mberg on Wed, 18 Mar 2009 09:34:38 +0000 (UTC)) Subject: Re: demand loaded? References: <0211e58d-1d17-494d-9411-28dc3b6d6571 AT c36g2000yqn DOT googlegroups DOT com> <200903171651 DOT n2HGp9Cr021772 AT envy DOT delorie DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Is that really the whole file (including debug information) or just > the sections necessary for execution (text and data)? Well, yes, it's the whole executable, not the whole file. We don't load debugging info, for example.