]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if ia64_asm_output_label.
authorRichard Henderson <rth@redhat.com>
Wed, 22 Aug 2001 02:04:42 +0000 (19:04 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 22 Aug 2001 02:04:42 +0000 (19:04 -0700)
        * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if
        ia64_asm_output_label.

From-SVN: r45090

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

index f07bea4c9fc6cf31c94252ce9654da7844de7ce8..773cc6f33c8d83524b210d505c1b9a66d8f53ca2 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 86d89acf1fb105b4716bee2fe2e1aeb3ae7cb240..da37502cf3ac7e0762c5435f5f277c26671cba87 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