OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [coff-x86_64.c] - Diff between revs 148 and 166

Show entire file | Details | Blame | View Log

Rev 148 Rev 166
Line 617... Line 617...
 
 
  if (rel->r_type == R_AMD64_SECREL)
  if (rel->r_type == R_AMD64_SECREL)
    {
    {
      bfd_vma osect_vma;
      bfd_vma osect_vma;
 
 
      if (h && (h->type == bfd_link_hash_defined || h->type == bfd_link_hash_defweak))
      if (h && (h->root.type == bfd_link_hash_defined
 
                || h->root.type == bfd_link_hash_defweak))
        osect_vma = h->root.u.def.section->output_section->vma;
        osect_vma = h->root.u.def.section->output_section->vma;
      else
      else
        {
        {
          asection *s;
          asection *s;
          int i;
          int i;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.