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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gold/] [resolve.cc] - Diff between revs 159 and 163

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

Rev 159 Rev 163
Line 294... Line 294...
      to->set_in_dyn();
      to->set_in_dyn();
    }
    }
 
 
  // Record if we've seen this symbol in a real ELF object (i.e., the
  // Record if we've seen this symbol in a real ELF object (i.e., the
  // symbol is referenced from outside the world known to the plugin).
  // symbol is referenced from outside the world known to the plugin).
  if (object->pluginobj() == NULL)
  if (object->pluginobj() == NULL && !object->is_dynamic())
    to->set_in_real_elf();
    to->set_in_real_elf();
 
 
  // If we're processing replacement files, allow new symbols to override
  // If we're processing replacement files, allow new symbols to override
  // the placeholders from the plugin objects.
  // the placeholders from the plugin objects.
  if (to->source() == Symbol::FROM_OBJECT)
  if (to->source() == Symbol::FROM_OBJECT)

powered by: WebSVN 2.1.0

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