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:
parent
f379eac3fa
commit
45d294079f
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user