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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [elf32-i386.c] - Diff between revs 14 and 148

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 14 Rev 148
Line 2081... Line 2081...
  struct elf_dyn_relocs *p;
  struct elf_dyn_relocs *p;
 
 
  if (h->root.type == bfd_link_hash_indirect)
  if (h->root.type == bfd_link_hash_indirect)
    return TRUE;
    return TRUE;
 
 
  if (h->root.type == bfd_link_hash_warning)
 
    /* When warning symbols are created, they **replace** the "real"
 
       entry in the hash table, thus we never get to see the real
 
       symbol in a hash traversal.  So look at it now.  */
 
    h = (struct elf_link_hash_entry *) h->root.u.i.link;
 
  eh = (struct elf_i386_link_hash_entry *) h;
  eh = (struct elf_i386_link_hash_entry *) h;
 
 
  info = (struct bfd_link_info *) inf;
  info = (struct bfd_link_info *) inf;
  htab = elf_i386_hash_table (info);
  htab = elf_i386_hash_table (info);
  if (htab == NULL)
  if (htab == NULL)
Line 2381... Line 2376...
elf_i386_readonly_dynrelocs (struct elf_link_hash_entry *h, void *inf)
elf_i386_readonly_dynrelocs (struct elf_link_hash_entry *h, void *inf)
{
{
  struct elf_i386_link_hash_entry *eh;
  struct elf_i386_link_hash_entry *eh;
  struct elf_dyn_relocs *p;
  struct elf_dyn_relocs *p;
 
 
  if (h->root.type == bfd_link_hash_warning)
 
    h = (struct elf_link_hash_entry *) h->root.u.i.link;
 
 
 
  /* Skip local IFUNC symbols. */
  /* Skip local IFUNC symbols. */
  if (h->forced_local && h->type == STT_GNU_IFUNC)
  if (h->forced_local && h->type == STT_GNU_IFUNC)
    return TRUE;
    return TRUE;
 
 
  eh = (struct elf_i386_link_hash_entry *) h;
  eh = (struct elf_i386_link_hash_entry *) h;

powered by: WebSVN 2.1.0

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