From: Kazu Hirata Date: Mon, 29 May 2006 13:13:52 +0000 (+0000) Subject: * config/bfin/bfin.h (PARM_BOUNDRY, STACK_BOUNDRY): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9488625976a5060016480c231f77ba8d4dfb651;p=gcc.git * config/bfin/bfin.h (PARM_BOUNDRY, STACK_BOUNDRY): Remove. From-SVN: r114196 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9e14f4c7526..726401b8bf6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,6 +3,8 @@ * gcse.c, rtlanal.c: Remove obsolete comments associated with loop.c. + * config/bfin/bfin.h (PARM_BOUNDRY, STACK_BOUNDRY): Remove. + 2006-05-28 Kazu Hirata * cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c, diff --git a/gcc/config/bfin/bfin.h b/gcc/config/bfin/bfin.h index 21f107055d9..777303e3807 100644 --- a/gcc/config/bfin/bfin.h +++ b/gcc/config/bfin/bfin.h @@ -150,10 +150,6 @@ extern const char *bfin_library_id_string; */ #define FRAME_POINTER_REQUIRED (bfin_frame_pointer_required ()) -#define PARM_BOUNDRY 32 - -#define STACK_BOUNDRY 32 - /*#define DATA_ALIGNMENT(TYPE, BASIC-ALIGN) for arrays.. */ /* Make strings word-aligned so strcpy from constants will be faster. */