Date: Thu, 30 Sep 1999 15:47:15 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Gautier cc: djgpp AT delorie DOT com Subject: Re: Linker trimming unused code/data In-Reply-To: <37F33128.C1086E5F@maths.unine.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 30 Sep 1999, Gautier wrote: > Is there a way to make ld trim unused code/data ? > It _seems_ not to do such deletions... What unused data did you see? Did you try linking with the -s switch, or running `strip' on the program after it is linked? If not, please try that. > Is there an alternative linker ? No.