From 635c74203f7c41b1a407072a9ba8f386877693c6 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 17 Mar 1993 19:59:45 +0000 Subject: [PATCH] (STRUCT_VALUE): Defined. (STRUCT_VALUE_REGNUM): Add #undef. From-SVN: r3763 --- gcc/config/vax/vms.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/vax/vms.h b/gcc/config/vax/vms.h index 9bdf6c1df20..f569505f0b9 100644 --- a/gcc/config/vax/vms.h +++ b/gcc/config/vax/vms.h @@ -59,6 +59,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TARGET_DEFAULT 1 #define TARGET_VERSION fprintf (stderr, " (vax vms)"); +/* The structure return address arrives as an "argument" on VMS. */ +#undef STRUCT_VALUE_REGNUM +#define STRUCT_VALUE 0 + #define CALL_USED_REGISTERS {1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1} /* We redefine this because there is a hidden variable on the stack -- 2.30.2