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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [elf32-cris.c] - Diff between revs 163 and 166

Show entire file | Details | Blame | View Log

Rev 163 Rev 166
Line 3581... Line 3581...
                   " be used in a shared object; recompile with -fPIC"),
                   " be used in a shared object; recompile with -fPIC"),
                 abfd,
                 abfd,
                 sec,
                 sec,
                 cris_elf_howto_table[r_type].name);
                 cris_elf_howto_table[r_type].name);
            }
            }
 
 
 
          /* We don't need to handle relocs into sections not going into
 
             the "real" output.  */
 
          if ((sec->flags & SEC_ALLOC) == 0)
 
            break;
 
 
          if (h != NULL)
          if (h != NULL)
            {
            {
              h->non_got_ref = 1;
              h->non_got_ref = 1;
 
 
              /* Make sure a plt entry is created for this symbol if it
              /* Make sure a plt entry is created for this symbol if it
Line 3610... Line 3616...
 
 
          /* No need to do anything if we're not creating a shared object.  */
          /* No need to do anything if we're not creating a shared object.  */
          if (! info->shared)
          if (! info->shared)
            break;
            break;
 
 
          /* We don't need to handle relocs into sections not going into
 
             the "real" output.  */
 
          if ((sec->flags & SEC_ALLOC) == 0)
 
            break;
 
 
 
          /* We may need to create a reloc section in the dynobj and made room
          /* We may need to create a reloc section in the dynobj and made room
             for this reloc.  */
             for this reloc.  */
          if (sreloc == NULL)
          if (sreloc == NULL)
            {
            {
              sreloc = _bfd_elf_make_dynamic_reloc_section
              sreloc = _bfd_elf_make_dynamic_reloc_section

powered by: WebSVN 2.1.0

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