Mail Archives: djgpp-workers/1996/11/21/05:09:06
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
- Raw text -