* cofflink.c (_bfd_coff_generic_relocate_section):

Remove extra '+'.
This commit is contained in:
Fred Fish
1995-06-30 22:53:13 +00:00
parent e5c5ce23fd
commit d84d840f18
2 changed files with 6 additions and 1 deletions

View File

@@ -2471,7 +2471,7 @@ _bfd_coff_generic_relocate_section (output_bfd, info, input_bfd,
/* relocation to a symbol in a section which
isn't absolute - we output the address here
to a file */
bfd_vma addr = rel->r_vaddr +
bfd_vma addr = rel->r_vaddr
+ input_section->output_offset
+ input_section->output_section->vma;
fwrite (&addr, 1,4, info->base_file);