aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/alpha/alpha.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d83f200..57d2bed 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-03-30 Richard Henderson <rth@cygnus.com>
+
+ * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
+
2000-03-30 Zack Weinberg <zack@wolery.cumb.org>
* configure.in: Comment out --enable-c-cpplib stanza.
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h
index a420543..31ad3bb 100644
--- a/gcc/config/alpha/alpha.h
+++ b/gcc/config/alpha/alpha.h
@@ -487,7 +487,7 @@ extern const char *alpha_mlat_string; /* For -mmemory-latency= */
#define STACK_BOUNDARY 64
/* Allocation boundary (in *bits*) for the code of a function. */
-#define FUNCTION_BOUNDARY 256
+#define FUNCTION_BOUNDARY 128
/* Alignment of field after `int : 0' in a structure. */
#define EMPTY_FIELD_BOUNDARY 64