oops - omitted from previous delta
authorNick Clifton <nickc@redhat.com>
Thu, 15 Jul 1999 01:33:35 +0000 (01:33 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 15 Jul 1999 01:33:35 +0000 (01:33 +0000)
gas/symbols.c

index 49cf3d959ae2e891773d570ec9efabaff2c2c49f..07b80ea559b6d620facaa993b82a357675c8be26 100644 (file)
@@ -1332,6 +1332,9 @@ dollar_label_name (n, augend)
   know (n >= 0);
   know (augend == 0 || augend == 1);
   p = symbol_name_build;
+#ifdef LOCAL_LABEL_PREFIX
+  *p++ = LOCAL_LABEL_PREFIX;
+#endif
   *p++ = 'L';
 
   /* Next code just does sprintf( {}, "%d", n); */
This page took 0.025012 seconds and 4 git commands to generate.