Commit 9f6ce990 by Nick Clifton

Fix minor typo.

From-SVN: r25432
parent 6cc8c0b3
...@@ -98,7 +98,7 @@ extern int frame_pointer_needed; ...@@ -98,7 +98,7 @@ extern int frame_pointer_needed;
#if TARGET_CPU_DEFAULT == TARGET_CPU_arm7m #if TARGET_CPU_DEFAULT == TARGET_CPU_arm7m
#define CPP_ARCH_DEFAULT_SPEC "-D__ARM_ARCH_3M__" #define CPP_ARCH_DEFAULT_SPEC "-D__ARM_ARCH_3M__"
#else #else
#if TARGET_CPU_DEFAULT == TARGET_CPU_arm7tdmi || TARGET_CPU_DEFAULT == TARGET_CPU_ARM9 #if TARGET_CPU_DEFAULT == TARGET_CPU_arm7tdmi || TARGET_CPU_DEFAULT == TARGET_CPU_arm9
#define CPP_ARCH_DEFAULT_SPEC "-D__ARM_ARCH_4T__" #define CPP_ARCH_DEFAULT_SPEC "-D__ARM_ARCH_4T__"
#else #else
#if TARGET_CPU_DEFAULT == TARGET_CPU_arm8 || TARGET_CPU_DEFAULT == TARGET_CPU_arm810 || TARGET_CPU_DEFAULT == TARGET_CPU_strongarm #if TARGET_CPU_DEFAULT == TARGET_CPU_arm8 || TARGET_CPU_DEFAULT == TARGET_CPU_arm810 || TARGET_CPU_DEFAULT == TARGET_CPU_strongarm
...@@ -2074,8 +2074,8 @@ do { \ ...@@ -2074,8 +2074,8 @@ do { \
/* Prototypes for arm.c -- actually, they aren't since the types aren't /* Prototypes for arm.c -- actually, they aren't since the types aren't
fully defined yet. */ fully defined yet. */
void arm_override_options (/* void */); void arm_override_options PROTO ((void));
int use_return_insn (/* int */); int use_return_insn PROTO ((int));
int const_ok_for_arm (/* HOST_WIDE_INT */); int const_ok_for_arm (/* HOST_WIDE_INT */);
int const_ok_for_op (/* HOST_WIDE_INT, enum rtx_code, int const_ok_for_op (/* HOST_WIDE_INT, enum rtx_code,
enum machine_mode */); enum machine_mode */);
......
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