* symbols.c (symbol_set_tc): Correct name.

This commit is contained in:
Ian Lance Taylor 1999-06-03 09:49:04 +00:00
parent a3e38ad3ed
commit bf27257ea6
1 changed files with 1 additions and 1 deletions

View 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;
{