* cofflink.c (_bfd_coff_generic_relocate_section):
authorFred Fish <fnf@specifix.com>
Fri, 30 Jun 1995 22:53:13 +0000 (22:53 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 30 Jun 1995 22:53:13 +0000 (22:53 +0000)
Remove extra '+'.

bfd/ChangeLog
bfd/cofflink.c

index 2c4c511eacf70b359b86cb6eb3bf93314f595f11..5101cc5e9394759e1dbce823dcebbf96b24a3132 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jun 30 15:47:37 1995  Fred Fish  <fnf@deneb.cygnus.com>
+
+       * cofflink.c (_bfd_coff_generic_relocate_section):
+       Remove extra '+'.
+
 Thu Jun 29 17:24:52 1995  Steve Chamberlain  <sac@slash.cygnus.com>
 
        * coff-h8300.c (COFF_LONG_FILENAMES): Define.
index 1e3d33e1caa8fb6a220a8fbaaaa1841aa5a0f0b9..a8ee9b8e7e7a4316530d3ad468fd7231c148268c 100644 (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);
This page took 0.029807 seconds and 4 git commands to generate.