* cf-m68klynx.c (CALC_ADDEND): Use _bfd_m68klynx_howto_table.

This commit is contained in:
Ian Lance Taylor 1994-03-16 04:57:11 +00:00
parent 5bfc8dd536
commit 0069bd06b3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Mar 15 23:55:47 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* cf-m68klynx.c (CALC_ADDEND): Use _bfd_m68klynx_howto_table.
Tue Mar 15 04:41:13 1994 David J. Mackenzie (djm@rtl.cygnus.com)
* Most files:

View File

@ -162,7 +162,7 @@ _bfd_m68klynx_special_fn (abfd, reloc_entry, symbol, data, input_section, output
cache_ptr->addend = - (ptr->section->vma + ptr->value); \
else \
cache_ptr->addend = 0; \
if (ptr && howto_table[reloc.r_type].pc_relative) \
if (ptr && _bfd_m68klynx_howto_table[reloc.r_type].pc_relative) \
cache_ptr->addend += asect->vma; \
}