Include tree.h and VMS-specific functions #ifdef VMS_TARGET.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 4 Nov 1994 22:25:01 +0000 (17:25 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 4 Nov 1994 22:25:01 +0000 (17:25 -0500)
From-SVN: r8387

gcc/config/vax/vax.c

index f88fb891f61eb7dd49c0b5596c9b8aed4dc4e36a..60834946114a9edcfbe578c155fbd78801ed98a7 100644 (file)
@@ -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;
 }
 \f
+#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 */
 \f
 #ifdef VMS
 /* Additional support code for VMS host. */