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]

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


Kazu Hirata wrote:

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.

Doh. How do you find these things?


OK to apply?

Obviously. Thanks!



Bernd



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