(USER_LABEL_PREFIX): Define.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 21 Sep 1996 11:11:46 +0000 (07:11 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 21 Sep 1996 11:11:46 +0000 (07:11 -0400)
From-SVN: r12757

gcc/config/rs6000/rs6000.h
gcc/config/rs6000/win-nt.h

index c365e64df6fc39bdfe3e093103be87721a392776..634044495f13346968754ef7a234eb080ae53986 100644 (file)
@@ -1124,6 +1124,8 @@ extern enum rs6000_abi rs6000_current_abi;        /* available for use by subtarget */
 /* Default ABI to compile code for */
 #ifndef DEFAULT_ABI
 #define DEFAULT_ABI ABI_AIX
+/* The prefix to add to user-visible assembler symbols. */
+#define USER_LABEL_PREFIX "."
 #endif
 
 /* Structure used to define the rs6000 stack */
index aa0d7e72ee7262d4c4b389477847e5fbde963eac..00357d357c59b4171f507ebeb67ef73a2fc5228c 100644 (file)
@@ -454,6 +454,9 @@ dtors_section ()                                                    \
   fprintf (FILE, "\n");                                \
 }
 
+/* The prefix to add to user-visible assembler symbols. */
+
+#define USER_LABEL_PREFIX ".."
 
 /* Eliminate AIX style constant pool processing */
 #undef LEGITIMATE_CONSTANT_POOL_BASE_P