Commit 7d5863fb by Douglas B Rupp Committed by Richard Kenner

xm-vms.h (INCLUDE_DEFAULTS): Add /gnu/include.

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

From-SVN: r48152
parent c448ca84
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.
2001-12-18 Jakub Jelinek <jakub@redhat.com>
* config/linux.h (PREFERRED_DEBUGGING_TYPE): Remove.
......
......@@ -240,6 +240,10 @@ typedef struct {int num_args; enum avms_arg_type atypes[6];} avms_arg_info;
} \
}
/* 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) \
{ \
......
......@@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA. */
{ \
{ "/gnu_gxx_include", 0, 1, 1 }, \
{ "/gnu_cc_include", 0, 0, 0 }, \
{ "/gnu/include", 0, 0, 0 }, \
{ 0, 0, 0, 0 } \
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment