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/final.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/final.c')
-rw-r--r-- | gcc/final.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/final.c b/gcc/final.c index 55a7c7dcf22..1529251686e 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -68,6 +68,11 @@ Boston, MA 02111-1307, USA. */ #include "target.h" #include "debug.h" +#ifdef XCOFF_DEBUGGING_INFO +#include "xcoffout.h" /* Needed for external data + declarations for e.g. AIX 4.x. */ +#endif + #if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO) #include "dwarf2out.h" #endif |