delorie.com/archives/browse.cgi | search |
Message-Id: | <199609191802.LAA06368@cygnus.com> |
To: | Robert Hoehne <robert DOT hoehne AT Mathematik DOT TU-Chemnitz DOT DE> |
cc: | bug-gcc AT prep DOT ai DOT mit DOT edu, Salvador Eduardo Tropea <ice AT inti DOT edu DOT ar>, |
DJGPP workers <djgpp-workers AT delorie DOT com> | |
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." |
<Pine DOT HPP DOT 3 DOT 91 DOT 960919150508 DOT 10670A-100000 AT newton DOT mathematik DOT tu-chemnitz DOT de> | |
Date: | Thu, 19 Sep 1996 11:02:25 -0700 |
From: | Jim Wilson <wilson AT cygnus DOT com> |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |