Date: Thu, 21 Nov 1996 10:57:49 +0100 (MET) From: Robert Hoehne To: Eli Zaretskii Cc: djgpp-workers AT delorie DOT com Subject: Re: Support for object formats in GDB In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 19 Nov 1996, Eli Zaretskii wrote: > we need those? Won't building GDB without them make the .exe much leaner? Yes of course, BUT: Without many modifications in the sources, it is not possible to make GDB without all this big unneeded stuff. Example: coffread.c calls a coffstab_build_psymtabs() which is in dbxread.c. There are called many functions from stabsread.c and elfstab_build_psymtabs() which is in elfread.c and so on... There is also many other unneeded stuff which is handled in a similiar way. Robert