Commit 2e572bca by Richard Kenner

(FUNCTION_BOUNDARY): Was misspelled.

From-SVN: r9704
parent 2e48ff67
/* Definitions of target machine for GNU compiler. Concurrent 68k version. /* Definitions of target machine for GNU compiler. Concurrent 68k version.
Copyright (C) 1987, 1988 Free Software Foundation, Inc. Copyright (C) 1987, 1988, 1995 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -76,8 +76,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -76,8 +76,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define EMPTY_FIELD_BOUNDARY 32 #define EMPTY_FIELD_BOUNDARY 32
/* Allocation boundry in bits for the code of a function */ /* Allocation boundry in bits for the code of a function */
#undef FUNCTION_BOUNDRY #undef FUNCTION_BOUNDARY
#define FUNCTION_BOUNDRY 32 #define FUNCTION_BOUNDARY 32
/* Make strings long-word aligned so dhrystones will run faster. */ /* Make strings long-word aligned so dhrystones will run faster. */
#define CONSTANT_ALIGNMENT(EXP, ALIGN) \ #define CONSTANT_ALIGNMENT(EXP, ALIGN) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment