]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 4ffc5e49104f15c909e0ac0d9ddd9a196240caa1..633f6b69097385d16d6cc2854c34ef5569a79091 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 ecf7ead149a8af4cfbaeae32f599ad4fdc209aca..0e1a6703caff05671c1c3fac12ad40cddc5d3bae 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.  */