mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
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
This commit is contained in:
committed by
David Billinghurst
parent
ed5b9f96ee
commit
ce82daed2b
@@ -1,3 +1,7 @@
|
||||
2005-07-08 David Billinghurst <David.Billinghurst@riotinto.com>
|
||||
|
||||
* final.c: Include sdbout.h when required.
|
||||
|
||||
2005-07-07 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
* config.gcc (*-*-darwin*): Only one target-specific header file
|
||||
|
||||
@@ -90,6 +90,10 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
#include "dbxout.h"
|
||||
#endif
|
||||
|
||||
#ifdef SDB_DEBUGGING_INFO
|
||||
#include "sdbout.h"
|
||||
#endif
|
||||
|
||||
/* If we aren't using cc0, CC_STATUS_INIT shouldn't exist. So define a
|
||||
null default for it to save conditionalization later. */
|
||||
#ifndef CC_STATUS_INIT
|
||||
|
||||
Reference in New Issue
Block a user