Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!allegra.tempo.nj.att.com!fox From: fox@allegra.tempo.nj.att.com (David Fox) Newsgroups: gnu.g++.lib.bug Subject: builtin.cc Message-ID: <9001222042.AA27060@life.ai.mit.edu> Date: 22 Jan 90 20:42:32 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 builtin.o contains a lot of symbols, and it is always pulled into any executable because of the symbol __1xyzzy__ in gnulib3.o. Is there some magic reason this file shouldn't be split into several files? I found that the "hello, world" rogram goes from 50k (stripped) to 25k when I comment out all the extra stuff in builtin.cc, and appears to work correctly. -david