Fix description of EM_S370.
[deliverable/binutils-gdb.git] / gas / symbols.c
index 49cf3d959ae2e891773d570ec9efabaff2c2c49f..60decd891510c0fbc02b5ea235d4f4cce1648f0d 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); */
@@ -2109,7 +2112,7 @@ symbol_resolved_p (s)
 
 int
 symbol_section_p (s)
-     symbolS *s;
+     symbolS *s ATTRIBUTE_UNUSED;
 {
   if (LOCAL_SYMBOL_CHECK (s))
     return 0;
This page took 0.023335 seconds and 4 git commands to generate.