Fix typo.
From-SVN: r30521
This commit is contained in:
parent
364460b6fb
commit
a991240f97
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ do { fprintf (FILE, "\t%s\t", ASM_LONG); \
|
|||
/* Provide default for ASM_OUTPUT_ALTERNATE_LABEL_NAME. */
|
||||
#ifndef ASM_OUTPUT_ALTERNATE_LABEL_NAME
|
||||
#define ASM_OUTPUT_ALTERNATE_LABEL_NAME(FILE,INSN) \
|
||||
do {ASM_OUTPUT_LABEL(FILE,LABEL_ALTERNATE_NAME (INSN))} while (0)
|
||||
do { ASM_OUTPUT_LABEL(FILE,LABEL_ALTERNATE_NAME (INSN)); } while (0)
|
||||
#endif
|
||||
|
||||
/* choose a reasonable default for ASM_OUTPUT_ASCII. */
|
||||
|
|
Loading…
Add table
Reference in a new issue