From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Mon, 30 Apr 2001 15:47:33 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: ANNOUNCE: Fileutils 4.0 beta 2 Message-ID: <3AED8915.17457.89256@localhost> In-reply-to: <200104281637.MAA00772@envy.delorie.com> References: X-mailer: Pegasus Mail for Win32 (v3.12c) 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 > the COFF module doesn't expect variable sized headers. I suppose a > djgpp-specific header reader/writer could be used to handle it, > though. If the alternative stubs aren't that large, we could increase the fixed space allocated for the stub in bfd. Even that would require implementing some hooks, but I think it can be done. If the linker script is adjusted to account for loss of previously unused space, the size of EXEs will stay the same. Mark