* read.c (float_cons): Simplified parsing logic. If
[deliverable/binutils-gdb.git] / gas / symbols.c
index 535810f1f96f69388987c1d8f46e8079b8bbc487..d305024b28f7f750c7d98f8d04af4e690a15aee2 100644 (file)
@@ -312,8 +312,9 @@ colon (sym_name)            /* just seen "x:" - rattle symbols & frags */
 
       symbol_table_insert (symbolP);
     }                          /* if we have seen this symbol before */
-#ifdef TC_HPPA
-    pa_define_label(symbolP);
+
+#ifdef tc_frob_label
+  tc_frob_label (symbolP);
 #endif
 
   return;
This page took 0.022798 seconds and 4 git commands to generate.