diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c40b554ff1d..134e773cfb5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-06-25 Kazu Hirata + + * config/arm.c: Fix a comment typo. + * config/arm.h: Likewise. + 2000-06-25 Philipp Thomas * aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index bcdcd2452da..6a37bf829e2 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -1767,7 +1767,7 @@ current_file_function_operand (sym_ref) if (ENCODED_SHORT_CALL_ATTR_P (XSTR (sym_ref, 0))) return 1; - /* The current funciton is always defined within the current compilation + /* The current function is always defined within the current compilation unit. if it s a weak defintion however, then this may not be the real defintion of the function, and so we have to say no. */ if (sym_ref == XEXP (DECL_RTL (current_function_decl), 0) @@ -9026,7 +9026,7 @@ output_thumb_prologue (f) /* Generate code sequence to switch us into Thumb mode. */ /* The .code 32 directive has already been emitted by - ASM_DECLARE_FUNCITON_NAME */ + ASM_DECLARE_FUNCTION_NAME. */ asm_fprintf (f, "\torr\t%r, %r, #1\n", IP_REGNUM, PC_REGNUM); asm_fprintf (f, "\tbx\t%r\n", IP_REGNUM); diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index c00e55e8cb3..0fcadad586c 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -1839,7 +1839,7 @@ typedef struct SUBTARGET_NAME_ENCODING_LENGTHS /* This has to be handled by a function because more than part of the - ARM backend uses funciton name prefixes to encode attributes. */ + ARM backend uses function name prefixes to encode attributes. */ #undef STRIP_NAME_ENCODING #define STRIP_NAME_ENCODING(VAR, SYMBOL_NAME) \ (VAR) = arm_strip_name_encoding (SYMBOL_NAME)