diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-26 06:56:13 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-26 06:56:13 +0000 |
commit | 397c7bc7c84bfe275f7411462c20006e1fe06d3b (patch) | |
tree | 4ae0c09398bfea9241b677632feb032a1ae1e43c /gcc/toplev.c | |
parent | 92ab22406330db7b84562e775c413f4227ff6e67 (diff) | |
download | gcc-397c7bc7c84bfe275f7411462c20006e1fe06d3b.tar.gz |
* toplev.c, varasm.c, final.c: Include xcoffout.h if appropriate.
* dbxout.c (dbxout_global_decl): Move outside #ifdef.
* Makefile.in (varasm.o, final.o, toplev.o): Update dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44382 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 02bb24ab6a7..a28b38e8704 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -79,6 +79,11 @@ Boston, MA 02111-1307, USA. */ #ifdef SDB_DEBUGGING_INFO #include "sdbout.h" #endif + +#ifdef XCOFF_DEBUGGING_INFO +#include "xcoffout.h" /* Needed for external data + declarations for e.g. AIX 4.x. */ +#endif #ifdef VMS /* The extra parameters substantially improve the I/O performance. */ |