From Stephen Williams <steve@icarus.icarus.com>:
authorIan Lance Taylor <ian@airs.com>
Wed, 26 Feb 1997 02:55:31 +0000 (02:55 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 26 Feb 1997 02:55:31 +0000 (02:55 +0000)
commita0c4a2413e190f0124e71057630f74217e572e2f
treef9b88be8543402f593b2c1fba8941fa85c297415
parentab3a59cf4c54c8f92f2e30f855684193c7ecb3d7
From Stephen Williams <steve@icarus.icarus.com>:
* config/tc-i960.h (TC_SYMFIELD_TYPE): Define if OBJ_COFF.
(_tc_get_bal_of_call): Don't declare.
(tc_get_bal_of_call): Declare as function, don't define as macro.
* config/tc-i960.c (tc_set_bal_of_call): If OBJ_COFF, store balP
in sy_tc field, not x_balntry field.
(tc_get_bal_of_call): Rename from _tc_get_bal_of_call.  Change
return type to symbolS *.  If OBJ_COFF, retrieve value from sy_tc
field, not x_balntry field.
gas/ChangeLog