From: Ian Lance Taylor Date: Thu, 3 Jun 1999 09:49:04 +0000 (+0000) Subject: * symbols.c (symbol_set_tc): Correct name. X-Git-Tag: gdb-1999-06-07~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf27257ea628954b2d1a6803dc3da34a1111d30f;p=thirdparty%2Fbinutils-gdb.git * symbols.c (symbol_set_tc): Correct name. --- diff --git a/gas/symbols.c b/gas/symbols.c index 295a9ad4b1e..8e18632d83c 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; {