Commit 2988a4c3 by Nick Clifton Committed by Nick Clifton

Fix typo introduced in previous delta.

From-SVN: r28002
parent f65b5200
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
......
......@@ -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
......
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