aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-03 09:49:04 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-03 09:49:04 +0000
commitbf27257ea628954b2d1a6803dc3da34a1111d30f (patch)
tree67effc9751c17255d675a7206d3e7ffd4b735d5c
parenta3e38ad3ed7130d0a6435b35533d0c05fd847fc0 (diff)
downloadfsf-binutils-gdb-bf27257ea628954b2d1a6803dc3da34a1111d30f.zip
fsf-binutils-gdb-bf27257ea628954b2d1a6803dc3da34a1111d30f.tar.gz
fsf-binutils-gdb-bf27257ea628954b2d1a6803dc3da34a1111d30f.tar.bz2
* symbols.c (symbol_set_tc): Correct name.
-rw-r--r--gas/symbols.c2
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;
{