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

Subversion Repositories open8_urisc

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

Show entire file | Details | Blame | View Log

Rev 161 Rev 166
Line 526... Line 526...
  BFD_ASSERT (sym != NULL);
  BFD_ASSERT (sym != NULL);
  if (rel->r_type == R_SECREL32 && sym != NULL)
  if (rel->r_type == R_SECREL32 && sym != NULL)
    {
    {
      bfd_vma osect_vma;
      bfd_vma osect_vma;
 
 
      if (h && (h->type == bfd_link_hash_defined
      if (h && (h->root.type == bfd_link_hash_defined
                || h->type == bfd_link_hash_defweak))
                || 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.