Remove spurious checking of a potential, but untested patch.
authorNick Clifton <nickc@redhat.com>
Wed, 12 Oct 2005 08:55:55 +0000 (08:55 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 12 Oct 2005 08:55:55 +0000 (08:55 +0000)
binutils/objcopy.c

index de0746bf1f0e912a8218284564b5e8e67c630dff..d46d0936f7fe665d422a7052fdd78cec18e78555 100644 (file)
@@ -1349,13 +1349,6 @@ copy_object (bfd *ibfd, bfd *obfd)
          bfd_nonfatal (gnu_debuglink_filename);
          return FALSE;
        }
-
-      if (bfd_get_flavour (obfd) == bfd_target_coff_flavour)
-       /* Try to set the VMA of the section to some non-zero value so
-          that it will work for PE format files.  (We have no way to
-          distinguish between COFF and PE flavours).  If this does not
-          work, just ignore the failure.  */
-       bfd_set_section_vma (obfd, gnu_debuglink_section, 0xf0000000);
     }
 
   if (bfd_count_sections (obfd) == 0)
This page took 0.026782 seconds and 4 git commands to generate.