diff options
author | David Billinghurst <David.Billinghurst@riotinto.com> | 2005-07-08 06:59:10 +0000 |
---|---|---|
committer | David Billinghurst <billingd@gcc.gnu.org> | 2005-07-08 06:59:10 +0000 |
commit | ce82daed2b93fdb8088635865bc197231ed94ba2 (patch) | |
tree | ed9bfc73e321330481238a7fe4e255b6017875be /gcc/final.c | |
parent | ed5b9f96eee1e13fbcd8e2a8be13ecad11e63085 (diff) | |
download | gcc-ce82daed2b93fdb8088635865bc197231ed94ba2.zip gcc-ce82daed2b93fdb8088635865bc197231ed94ba2.tar.gz gcc-ce82daed2b93fdb8088635865bc197231ed94ba2.tar.bz2 |
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
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/final.c b/gcc/final.c index 18c53b7..e3b62a1 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -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 |