This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: static executable bloat


> A much bigger problem is the gconv stuff, which is indirectly referenced
> in strtol via btowc.  The biggest single object file that is included is
> regex.o, which is referenced by gconv_db.c.  I don't see a way to reduce
> this.

Originally all this stuff was avoided completely in a static program that
doesn't call setlocale.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]