* vax.h (ADDR_VEC_ALIGN): Define.

From-SVN: r18632
This commit is contained in:
J"orn Rennecke 1998-03-16 16:47:30 +00:00 committed by Joern Rennecke
parent dbf55e5349
commit 76ce477676
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -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. */