aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2001-07-26 06:56:13 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-07-26 06:56:13 +0000
commit440aabf8657a9f818f755f768f80f65f205b5077 (patch)
tree4ae0c09398bfea9241b677632feb032a1ae1e43c /gcc/final.c
parenta6ed70ef1df6e0d2e900d976513c4a2c3b439b8a (diff)
downloadgcc-440aabf8657a9f818f755f768f80f65f205b5077.zip
gcc-440aabf8657a9f818f755f768f80f65f205b5077.tar.gz
gcc-440aabf8657a9f818f755f768f80f65f205b5077.tar.bz2
toplev.c, [...]: Include xcoffout.h if appropriate.
* 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. From-SVN: r44382
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/final.c b/gcc/final.c
index 55a7c7d..1529251 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