aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config/bfin/bfin.h4
2 files changed, 2 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9e14f4c..726401b 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 <kazu@codesourcery.com>
* 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 21f1070..777303e 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. */