sparclite-coff fix: obj-coff.c, symbols.c, write.c modified for abs_symbol

This commit is contained in:
Ken Raeburn 1994-02-09 00:51:26 +00:00
parent e8501a72ce
commit cfaf70e3a6

View File

@ -1,5 +1,14 @@
Tue Feb 8 16:00:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
* config/obj-coff.c (coff_frob_symbol): For abs_symbol, set *punt
and do nothing else.
* symbols.c (symbol_begin): Initialize value of abs_symbol
properly.
* write.c (adjust_reloc_syms): Use abs_symbol instead of calling
section_symbol.
* ecoff.c (ecoff_build_debug): Fix "/*" in comment to silence
complaint from "gcc -Wall".