diff options
| author | matt <matt@NetBSD.org> | 2000-07-03 02:07:15 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2000-07-03 02:07:15 +0000 |
| commit | ecd16816609ea209f1214489afe233191efd84a8 (patch) | |
| tree | 56c644a478d498d3b4add1aea53aa48e8f3c4583 /gnu | |
| parent | 88067a43e32df93cd0659650326c2ec68035b72c (diff) | |
incease the biggest alignment to 8 bytes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/gcc/config/vax/vax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/dist/gcc/config/vax/vax.h b/gnu/dist/gcc/config/vax/vax.h index 4ce570aad6e..591810eafb6 100644 --- a/gnu/dist/gcc/config/vax/vax.h +++ b/gnu/dist/gcc/config/vax/vax.h @@ -146,7 +146,7 @@ extern int target_flags; #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) |
