From 03f8961460fbe1fe78e9778183ef8239a997befe Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 4 Nov 1994 17:25:01 -0500 Subject: [PATCH] Include tree.h and VMS-specific functions #ifdef VMS_TARGET. From-SVN: r8387 --- gcc/config/vax/vax.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/config/vax/vax.c b/gcc/config/vax/vax.c index f88fb891f61..60834946114 100644 --- a/gcc/config/vax/vax.c +++ b/gcc/config/vax/vax.c @@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "insn-flags.h" #include "output.h" #include "insn-attr.h" -#ifdef VMS +#ifdef VMS_TARGET #include "tree.h" #endif @@ -648,6 +648,9 @@ check_float_value (mode, d, overflow) return 0; } +#ifdef VMS_TARGET +/* Additional support code for VMS target. */ + /* Linked list of all externals that are to be emitted when optimizing for the global pointer if they haven't been declared by the end of the program with an appropriate .comm or initialization. */ @@ -741,6 +744,7 @@ vms_flush_pending_externals (file) fprintf (file, ",%d\n", p->size); } } +#endif /* VMS_TARGET */ #ifdef VMS /* Additional support code for VMS host. */ -- 2.30.2