Fix minor typo.
authorNick Clifton <nickc@gcc.gnu.org>
Thu, 25 Feb 1999 10:36:37 +0000 (10:36 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 25 Feb 1999 10:36:37 +0000 (10:36 +0000)
From-SVN: r25432

gcc/config/arm/arm.h

index 685a2672329fdcce636fdb02370bddbda07b785a..9768d767ba878278fc09873c412625389cf3566f 100644 (file)
@@ -98,7 +98,7 @@ extern int frame_pointer_needed;
 #if TARGET_CPU_DEFAULT == TARGET_CPU_arm7m
 #define CPP_ARCH_DEFAULT_SPEC "-D__ARM_ARCH_3M__"
 #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__"
 #else
 #if TARGET_CPU_DEFAULT == TARGET_CPU_arm8 || TARGET_CPU_DEFAULT == TARGET_CPU_arm810 || TARGET_CPU_DEFAULT == TARGET_CPU_strongarm
@@ -2074,8 +2074,8 @@ do {                                                                      \
 /* Prototypes for arm.c -- actually, they aren't since the types aren't 
    fully defined yet.  */
 
-void arm_override_options (/* void */);
-int use_return_insn (/* int */);
+void arm_override_options PROTO ((void));
+int use_return_insn PROTO ((int));
 int const_ok_for_arm (/* HOST_WIDE_INT */);
 int const_ok_for_op (/* HOST_WIDE_INT, enum rtx_code, 
                        enum machine_mode */);