Date: Thu, 11 Mar 93 20:24:55 -0600 From: rcharif AT math DOT utexas DOT edu Posted-Date: Thu, 11 Mar 93 20:24:55 -0600 To: boutell AT isis DOT cshl DOT org Cc: jshumate AT wrdis01 DOT robins DOT af DOT mil, djgpp AT sun DOT soe DOT clarkson DOT edu Subject: thanks and GNUish advocacy Reply-To: rcharif AT math DOT utexas DOT edu I think I'm missing something here. Why does debug32 need to be compiled with the small memory model under TC? Is the rest of the lower 640k needed for urgent DJGPP bookkeeping chores? DJ wrote the 1st version in small model. I don't think he expected debug32 to increase in size as it is now. So all pointers, memory references and function return in .asm moduls are in near (16 bit) pointers. Changing that is a hassel but can be done. Someone has done that for v1.05, but the modifications are not upward compatible with the new version. Rami