Commit ce82daed by David Billinghurst Committed by David Billinghurst

final.c: Include sdbout.h when required.

2005-07-08  David Billinghurst  <David.Billinghurst@riotinto.com>

	* final.c: Include sdbout.h when required.

From-SVN: r101755
parent ed5b9f96
2005-07-08 David Billinghurst <David.Billinghurst@riotinto.com>
* final.c: Include sdbout.h when required.
2005-07-07 Geoffrey Keating <geoffk@apple.com> 2005-07-07 Geoffrey Keating <geoffk@apple.com>
* config.gcc (*-*-darwin*): Only one target-specific header file * config.gcc (*-*-darwin*): Only one target-specific header file
......
...@@ -90,6 +90,10 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA ...@@ -90,6 +90,10 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#include "dbxout.h" #include "dbxout.h"
#endif #endif
#ifdef SDB_DEBUGGING_INFO
#include "sdbout.h"
#endif
/* If we aren't using cc0, CC_STATUS_INIT shouldn't exist. So define a /* If we aren't using cc0, CC_STATUS_INIT shouldn't exist. So define a
null default for it to save conditionalization later. */ null default for it to save conditionalization later. */
#ifndef CC_STATUS_INIT #ifndef CC_STATUS_INIT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment