diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 07:01:40 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 07:01:40 -0400 |
commit | 2e572bcaba4309e670a0229f35e49a2870f34ca8 (patch) | |
tree | bb2d6a5f87aede0eb7132ee813ae714b2ad5959d /gcc | |
parent | 2e48ff67c28c344d990f7f7520f273b6ac2883a3 (diff) | |
download | gcc-2e572bcaba4309e670a0229f35e49a2870f34ca8.zip gcc-2e572bcaba4309e670a0229f35e49a2870f34ca8.tar.gz gcc-2e572bcaba4309e670a0229f35e49a2870f34ca8.tar.bz2 |
(FUNCTION_BOUNDARY): Was misspelled.
From-SVN: r9704
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/ccur-GAS.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/m68k/ccur-GAS.h b/gcc/config/m68k/ccur-GAS.h index 88dd30b..7b90d9d 100644 --- a/gcc/config/m68k/ccur-GAS.h +++ b/gcc/config/m68k/ccur-GAS.h @@ -1,5 +1,5 @@ /* 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. @@ -76,8 +76,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define EMPTY_FIELD_BOUNDARY 32 /* Allocation boundry in bits for the code of a function */ -#undef FUNCTION_BOUNDRY -#define FUNCTION_BOUNDRY 32 +#undef FUNCTION_BOUNDARY +#define FUNCTION_BOUNDARY 32 /* Make strings long-word aligned so dhrystones will run faster. */ #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ |