aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-03-30 20:48:39 -0800
committerRichard Henderson <rth@gcc.gnu.org>2000-03-30 20:48:39 -0800
commitd68894a1c80dfc898985c664811134e02946ef3a (patch)
treef0fa20100df9451a969900e3f394e8af5a58d8e2 /gcc
parent64463c2a7b08a07e8592f587563856c60409309f (diff)
downloadgcc-d68894a1c80dfc898985c664811134e02946ef3a.zip
gcc-d68894a1c80dfc898985c664811134e02946ef3a.tar.gz
gcc-d68894a1c80dfc898985c664811134e02946ef3a.tar.bz2
* alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
From-SVN: r32841
Diffstat (limited to 'gcc')
-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