This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: Results with glibc-2.2.92
On Thu, Aug 29, 2002 at 09:43:35PM -0400, Daniel Jacobowitz wrote:
> On Fri, Aug 30, 2002 at 09:08:28AM +0800, Jeff Chua wrote:
> >
> > "ls -l" size of libc-2.2.5.so is doubled, even "size" stays about the
> > same. Is that anything that can be done to reduce the "ls" size of the
> > gcc3.2 compiled glibc2.25 libraries?
>
> Strip them? DWARF-2 debug information is bigger, that's all.
Well, actually DWARF-2 as debug format can be eventually smaller than stabs,
the problem is GDB DWARF-2 reader which limits DWARF-2(3) optimizations
which could be done by the linker.
Jakub