Fix typo introduced in previous delta.
authorNick Clifton <nickc@cygnus.com>
Thu, 8 Jul 1999 01:23:07 +0000 (01:23 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 8 Jul 1999 01:23:07 +0000 (01:23 +0000)
From-SVN: r28002

gcc/ChangeLog
gcc/config/arm/elf.h

index 7c17ec4..7128aa6 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jul  8 09:22:06 1999  Nick Clifton  <nickc@cygnus.com>
+
+       * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
+       introduced in previous delta.
+
 Wed Jul  7 02:00:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
        * reload1.c (gen_reload): When synthesizing a 3 operand add
index 0b39e0d..eb2a4a7 100644 (file)
@@ -232,7 +232,7 @@ extern int arm_structure_size_boundary;
          arm_target_insn = NULL;                               \
        }                                                       \
        ASM_GENERATE_INTERNAL_LABEL (s, (PREFIX), (NUM));       \
-       arm_asm_output_label (STREAM, s);                       \
+        ASM_OUTPUT_LABEL (STREAM, s);                          \
     }                                                          \
   while (0)
 #endif