* vax.h (ADDR_VEC_ALIGN): Define.
authorJ"orn Rennecke <amylaar@cygnus.co.uk>
Mon, 16 Mar 1998 16:47:30 +0000 (16:47 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 16 Mar 1998 16:47:30 +0000 (16:47 +0000)
From-SVN: r18632

gcc/ChangeLog
gcc/config/vax/vax.h

index 4ffc5e4..633f6b6 100644 (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
index ecf7ead..0e1a670 100644 (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
 \f
 /* Standard register usage.  */