This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Minor VMS config file updates


Tue Dec 18 07:09:06 2001  Douglas B. Rupp  <rupp@gnat.com>

	* config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Add /gnu/include.
	* config/alpha/vms.h (STACK_CHECK_BUILTIN): #define 0 for VMS.

*** config/alpha/xm-vms.h	2001/12/11 13:29:26	1.16
--- config/alpha/xm-vms.h	2001/12/18 07:09:34
*************** Boston, MA 02111-1307, USA.  */
*** 32,37 ****
--- 32,38 ----
  {					\
    { "/gnu_gxx_include", 0, 1, 1 },	\
    { "/gnu_cc_include", 0, 0, 0 },	\
+   { "/gnu/include", 0, 0, 0 },	        \
    { 0, 0, 0, 0 }			\
  }
 
*** config/alpha/vms.h	2001/12/11 13:29:26	1.48
--- config/alpha/vms.h	2001/12/18 07:10:23
*************** typedef struct {int num_args; enum avms_
*** 240,245 ****
--- 240,249 ----
      }							\
  }
  
+ /* ABI has stack checking, but its broken */
+ #undef STACK_CHECK_BUILTIN
+ #define STACK_CHECK_BUILTIN 0
+ 
  #undef ASM_FILE_START
  #define ASM_FILE_START(FILE)					\
  {								\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]