sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if ia64_asm_output_label.

* config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if
        ia64_asm_output_label.

From-SVN: r45090
This commit is contained in:
Richard Henderson 2001-08-21 19:04:42 -07:00 committed by Richard Henderson
parent f379eac3fa
commit 45d294079f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-08-21 Richard Henderson <rth@redhat.com>
* config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if
ia64_asm_output_label.
2001-08-21 Zack Weinberg <zackw@panix.com> 2001-08-21 Zack Weinberg <zackw@panix.com>
* expmed.c (mode_for_extraction): New function. * expmed.c (mode_for_extraction): New function.

View File

@ -64,7 +64,8 @@ do { \
else \ else \
fputs (user_label_prefix, STREAM); \ fputs (user_label_prefix, STREAM); \
fputs (name_, STREAM); \ fputs (name_, STREAM); \
fputc ('#', STREAM); \ if (!ia64_asm_output_label) \
fputc ('#', STREAM); \
} while (0) } while (0)
/* Intel assembler requires both flags and type if declaring a non-predefined /* Intel assembler requires both flags and type if declaring a non-predefined