> Is the size expected ? > > libc.so 11023486 > libc-2.2.5.so 5000557 Those are file sizes, I presume, which are not very meaningful. You are probably seeing the difference in debug info between gcc 3.2 using dwarf2 and older gcc using stabs. Run "size" on libc to see the meaningful numbers.