diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-11 23:46:55 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-11 23:46:55 +0000 |
| commit | e22c13fa7e89eb626dfd343525070c22e5d95fee (patch) | |
| tree | 70946a3eda31664252b102a85b12e7645c3beaf7 | |
| parent | e8587c1f732c0ee664610acc90a15036ef9af326 (diff) | |
| download | ppe42-gcc-e22c13fa7e89eb626dfd343525070c22e5d95fee.tar.gz ppe42-gcc-e22c13fa7e89eb626dfd343525070c22e5d95fee.zip | |
PR target/14539
* config/alpha/alpha.h (STACK_BOUNDARY): Set to 128.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79352 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/alpha/alpha.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e39ad6f4c9..2f0a247dc43 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2004-03-11 Richard Henderson <rth@redhat.com> + PR target/14539 + * config/alpha/alpha.h (STACK_BOUNDARY): Set to 128. + +2004-03-11 Richard Henderson <rth@redhat.com> + PR middle-end/14477 * except.c (remove_unreachable_regions): Look thru CALL_PLACEHOLDER. diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index bf92842dafd..16441166f8b 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -512,7 +512,7 @@ extern const char *alpha_tls_size_string; /* For -mtls-size= */ #define PARM_BOUNDARY 64 /* Boundary (in *bits*) on which stack pointer should be aligned. */ -#define STACK_BOUNDARY 64 +#define STACK_BOUNDARY 128 /* Allocation boundary (in *bits*) for the code of a function. */ #define FUNCTION_BOUNDARY 32 |

