* pa-linux.h (LOCAL_LABEL_PREFIX): Define.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Thu, 28 Mar 2002 23:13:01 +0000 (23:13 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 28 Mar 2002 23:13:01 +0000 (23:13 +0000)
From-SVN: r51530

gcc/ChangeLog
gcc/config/pa/pa-linux.h

index 4dbed16..5a8d6fc 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-28  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * pa-linux.h (LOCAL_LABEL_PREFIX): Define.
+
 2002-03-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
        * doc/invoke.texi (Warning Options): Refer to C++ Dialect Options
index 2f0ee02..f30a187 100644 (file)
@@ -119,6 +119,10 @@ Boston, MA 02111-1307, USA.  */
     }                                                          \
   while (0)
 
+/* We want local labels to start with period if made with asm_fprintf.  */
+#undef LOCAL_LABEL_PREFIX
+#define LOCAL_LABEL_PREFIX "."
+
 /* Define these to generate the Linux/ELF/SysV style of internal
    labels all the time - i.e. to be compatible with
    ASM_GENERATE_INTERNAL_LABEL in <elfos.h>.  Compare these with the