* config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Aug 2001 02:04:42 +0000 (02:04 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Aug 2001 02:04:42 +0000 (02:04 +0000)
        ia64_asm_output_label.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45090 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/ia64/sysv4.h

index f07bea4..773cc6f 100644 (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>
 
        * expmed.c (mode_for_extraction): New function.
index 86d89ac..da37502 100644 (file)
@@ -64,7 +64,8 @@ do {                                          \
   else                                         \
     fputs (user_label_prefix, STREAM);         \
   fputs (name_, STREAM);                       \
-  fputc ('#', STREAM);                         \
+  if (!ia64_asm_output_label)                  \
+    fputc ('#', STREAM);                       \
 } while (0)
 
 /* Intel assembler requires both flags and type if declaring a non-predefined