From: pavenis AT lanet DOT lv Message-ID: To: Eli Zaretskii , djgpp-workers AT delorie DOT com Date: Mon, 9 Aug 1999 18:38:37 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Library size in v2.03 alpha In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 9 Aug 99, at 12:03, Eli Zaretskii wrote: > > The size of all the lib*.a files is significantly larger than v2.02. It > seems that the reason is the local labels in the object files. I didn't > find any compiler option to leave them out, but "strip -X" seems to > remove them (libc.a goes down from 758KB to something like 644KB). > > Should I add "strip -X" to the library makefiles? > Local labels should be removed by AS. Fixed in current CVS version of binutils and there are also patches for binutils-2.9.1 Andris