* alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.

From-SVN: r32841
This commit is contained in:
Richard Henderson 2000-03-30 20:48:39 -08:00 committed by Richard Henderson
parent 64463c2a7b
commit d68894a1c8
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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