This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] config/bfin/bfin.h: Remove unused macros.


Hi,

Attached is a patch to remove unused macros.  Of the following four
macros defined in bfin.h,

#define PARM_BOUNDRY            32
#define STACK_BOUNDRY           32
#define PARM_BOUNDARY            32
#define STACK_BOUNDARY           32

the first two are not used anywhere.

OK to apply?

Kazu Hirata

2006-05-28  Kazu Hirata  <kazu@codesourcery.com>

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

Index: config/bfin/bfin.h
===================================================================
--- config/bfin/bfin.h	(revision 114167)
+++ config/bfin/bfin.h	(working copy)
@@ -150,10 +150,6 @@ extern const char *bfin_library_id_strin
 */
 #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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]