diff options
Diffstat (limited to 'gas/symbols.c')
-rw-r--r-- | gas/symbols.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/symbols.c b/gas/symbols.c index 295a9ad..8e18632 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -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; { |