Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gcc/config/vax incease the biggest alignment to 8 b...



details:   https://anonhg.NetBSD.org/src/rev/ef6ab4758169
branches:  trunk
changeset: 494157:ef6ab4758169
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jul 03 02:07:15 2000 +0000

description:
incease the biggest alignment to 8 bytes

diffstat:

 gnu/dist/gcc/config/vax/vax.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c52d9f3aa1f4 -r ef6ab4758169 gnu/dist/gcc/config/vax/vax.h
--- a/gnu/dist/gcc/config/vax/vax.h     Mon Jul 03 02:04:02 2000 +0000
+++ b/gnu/dist/gcc/config/vax/vax.h     Mon Jul 03 02:07:15 2000 +0000
@@ -146,7 +146,7 @@
 #define PCC_BITFIELD_TYPE_MATTERS (! TARGET_VAXC_ALIGNMENT)
 
 /* No data type wants to be aligned rounder than this.  */
-#define BIGGEST_ALIGNMENT 32
+#define BIGGEST_ALIGNMENT 64   /* xxxQxI needs quadword (DImode) */
 
 /* No structure field wants to be aligned rounder than this.  */
 #define BIGGEST_FIELD_ALIGNMENT (TARGET_VAXC_ALIGNMENT ? 8 : 32)



Home | Main Index | Thread Index | Old Index