Date: Sat, 28 Apr 2001 12:37:50 -0400 Message-Id: <200104281637.MAA00772@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: Subject: Re: ANNOUNCE: Fileutils 4.0 beta 2 References: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Is this a hard requirement, or are the BFD developers willing to look > into supporting variable-sized headers? This isn't a hard requirement; bfd can do anything a target needs. However, DJGPP support is built on top of existing COFF support, and the COFF module doesn't expect variable sized headers. I suppose a djgpp-specific header reader/writer could be used to handle it, though. In theory, Win32 PE programs have a similarly variable sized header, so you could look at the PE support to see how it deals with it.