* config/bfin/bfin.h (PARM_BOUNDRY, STACK_BOUNDRY): Remove.

From-SVN: r114196
This commit is contained in:
Kazu Hirata 2006-05-29 13:13:52 +00:00 committed by Kazu Hirata
parent db3edc20d9
commit a948862597
2 changed files with 2 additions and 4 deletions

View 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,

View 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. */