Fix typo introduced in previous delta.

From-SVN: r28002
This commit is contained in:
Nick Clifton 1999-07-08 01:23:07 +00:00 committed by Nick Clifton
parent f65b520038
commit 2988a4c376
2 changed files with 6 additions and 1 deletions

View 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

View 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