* config/bfin/bfin.h (PARM_BOUNDRY, STACK_BOUNDRY): Remove.
authorKazu Hirata <kazu@codesourcery.com>
Mon, 29 May 2006 13:13:52 +0000 (13:13 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 29 May 2006 13:13:52 +0000 (13:13 +0000)
From-SVN: r114196

gcc/ChangeLog
gcc/config/bfin/bfin.h

index 9e14f4c75267bf23568683079ef26c64ed380cd2..726401b8bf6f4b1e84614fcd1eed5b0a2469e23b 100644 (file)
@@ -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  <kazu@codesourcery.com>
 
        * cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c,
index 21f107055d91e2399cf475e04da6b2e304f7072b..777303e3807328e4d568d371785b1929759cec90 100644 (file)
@@ -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.  */