From: Richard Kenner Date: Fri, 4 Nov 1994 22:25:01 +0000 (-0500) Subject: Include tree.h and VMS-specific functions #ifdef VMS_TARGET. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03f8961460fbe1fe78e9778183ef8239a997befe;p=gcc.git Include tree.h and VMS-specific functions #ifdef VMS_TARGET. From-SVN: r8387 --- 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. */