Subject: Dynamic loading and large binaries
To: 532bsd Mailing List <port-pc532@sun-lamp.cs.berkeley.edu>
From: Matthias Pfaller <leo@marco.de>
List: port-pc532
Date: 11/21/1994 14:08:05
Hi,

this weekend I tried linking cc1 static (I tried to find a bug). Did anyone
else notice that the shared cc1 is about 50kb *larger* then the static one?
I suspect this is due to the fact that cc1's symbol table is quite large
and gets into the etext segment on dynamic loading. Would it be possible
(better?) to copy only symbols into the executable that are referenced
in the shared libs?

	Matthias