* vax.h (ADDR_VEC_ALIGN): Define.
From-SVN: r18632
This commit is contained in:
parent
dbf55e5349
commit
76ce477676
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue