aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-z80.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-12-27 03:06:27 +0000
committerAlan Modra <amodra@gmail.com>2005-12-27 03:06:27 +0000
commit44da2da10b10bc7e70095c3dc8737278c9a65149 (patch)
tree0ea762104aae9230edc2e3722cc9db42e49c1e4b /bfd/coff-z80.c
parent2dadb5f9cc368df59d05f8e2313c2fa8c9bc9dac (diff)
downloadgdb-44da2da10b10bc7e70095c3dc8737278c9a65149.zip
gdb-44da2da10b10bc7e70095c3dc8737278c9a65149.tar.gz
gdb-44da2da10b10bc7e70095c3dc8737278c9a65149.tar.bz2
* coff-h8300.c (h8300_reloc16_extra_cases): Use input section
"output_offset" instead of link order "offset". * coff-h8500.c (extra_case): Likewise. * coff-w65.c (w65_reloc16_extra_cases): Likewise. * coff-z80.c (extra_case): Likewise. * coff-z8k.c (extra_case): Likewise. * linker.c (default_indirect_link_order): Likewise, "size" too. * ecoff.c (ecoff_indirect_link_order): Likewise.
Diffstat (limited to 'bfd/coff-z80.c')
-rw-r--r--bfd/coff-z80.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/coff-z80.c b/bfd/coff-z80.c
index fe401d7..f39413f 100644
--- a/bfd/coff-z80.c
+++ b/bfd/coff-z80.c
@@ -200,8 +200,8 @@ extra_case (bfd *in_abfd,
{
bfd_vma dst = bfd_coff_reloc16_get_value (reloc, link_info,
input_section);
- bfd_vma dot = (link_order->offset
- + *dst_ptr
+ bfd_vma dot = (*dst_ptr
+ + input_section->output_offset
+ input_section->output_section->vma);
int gap = dst - dot - 1; /* -1, Since the offset is relative
to the value of PC after reading