Date: Mon, 20 Mar 2000 12:11:36 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "nimrod a. abing" cc: djgpp AT delorie DOT com Subject: Re: smart linking In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 20 Mar 2000, nimrod a. abing wrote: > My question is, does gcc or ld do the 'smart > linking' or dead code elimination thing when I > later link my library in my programs? They do, but not for the format used by DJGPP for object and executable files (COFF). Nobody has bothered to implement this for COFF.