Message-Id: <199609191802.LAA06368@cygnus.com> To: Robert Hoehne cc: bug-gcc AT prep DOT ai DOT mit DOT edu, Salvador Eduardo Tropea , DJGPP workers Subject: Re: Patch for go32.h of gcc 2.7.2.1 In-reply-to: Your message of "Thu, 19 Sep 1996 15:12:09 PDT." Date: Thu, 19 Sep 1996 11:02:25 -0700 From: Jim Wilson Your proposed patch is incomplete, and will break both stabs and sdb debug info. SDB debug info is broken because your ASM_OUTPUT_SOURCE_LINE macro will always output stabs, even if the user chooses SDB debug info. Stabs debug info is broken because you are missing a definition of DBX_OUTPUT_MAIN_SOURCE_FILE_END. The correct way to solve this problem is to include the new file dbxcoff.h which was added after 2.7.2. You may still need the NO_STAB_H define. Everything else is unnecessary. Jim