OSDN Git Service

* symbols.c (symbol_set_tc): Correct name.
authorian <ian>
Thu, 3 Jun 1999 09:49:04 +0000 (09:49 +0000)
committerian <ian>
Thu, 3 Jun 1999 09:49:04 +0000 (09:49 +0000)
gas/symbols.c

index 295a9ad..8e18632 100644 (file)
@@ -2190,7 +2190,7 @@ symbol_get_tc (s)
 /* Set the processor information for a symbol.  */
 
 void
-symbol_set_obj (s, o)
+symbol_set_tc (s, o)
      symbolS *s;
      TC_SYMFIELD_TYPE *o;
 {