diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-06-03 09:49:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-06-03 09:49:04 +0000 |
commit | bf27257ea628954b2d1a6803dc3da34a1111d30f (patch) | |
tree | 67effc9751c17255d675a7206d3e7ffd4b735d5c /gas/symbols.c | |
parent | a3e38ad3ed7130d0a6435b35533d0c05fd847fc0 (diff) | |
download | gdb-bf27257ea628954b2d1a6803dc3da34a1111d30f.zip gdb-bf27257ea628954b2d1a6803dc3da34a1111d30f.tar.gz gdb-bf27257ea628954b2d1a6803dc3da34a1111d30f.tar.bz2 |
* symbols.c (symbol_set_tc): Correct name.
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; { |