Commit 76ce4776 by J"orn Rennecke Committed by Joern Rennecke

* vax.h (ADDR_VEC_ALIGN): Define.

From-SVN: r18632
parent dbf55e53
Tue Mar 17 00:45:48 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* vax.h (ADDR_VEC_ALIGN): Define.
Mon Mar 16 15:57:17 1998 Michael Meissner <meissner@cygnus.com>
* gcc.c (default_arg): Don't wander off the end of allocated
......
......@@ -144,6 +144,10 @@ extern int target_flags;
/* Let's keep the stack somewhat aligned. */
#define STACK_BOUNDARY 32
/* The table of an ADDR_DIFF_VEC must be contiguous with the case
opcode, it is part of the case instruction. */
#define ADDR_VEC_ALIGN(ADDR_VEC) 0
/* Standard register usage. */
......
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