mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-04-01 11:41:34 +00:00
* cf-m68klynx.c (CALC_ADDEND): Use _bfd_m68klynx_howto_table.
This commit is contained in:
parent
5bfc8dd536
commit
0069bd06b3
@ -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:
|
||||
|
@ -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; \
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user