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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [ldlang.c] - Diff between revs 145 and 148

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

Rev 145 Rev 148
Line 2098... Line 2098...
 
 
static bfd_boolean
static bfd_boolean
sort_def_symbol (struct bfd_link_hash_entry *hash_entry,
sort_def_symbol (struct bfd_link_hash_entry *hash_entry,
                 void *info ATTRIBUTE_UNUSED)
                 void *info ATTRIBUTE_UNUSED)
{
{
  if (hash_entry->type == bfd_link_hash_warning)
 
    hash_entry = (struct bfd_link_hash_entry *) hash_entry->u.i.link;
 
 
 
  if (hash_entry->type == bfd_link_hash_defined
  if (hash_entry->type == bfd_link_hash_defined
      || hash_entry->type == bfd_link_hash_defweak)
      || hash_entry->type == bfd_link_hash_defweak)
    {
    {
      struct fat_user_section_struct *ud;
      struct fat_user_section_struct *ud;
      struct map_symbol_def *def;
      struct map_symbol_def *def;

powered by: WebSVN 2.1.0

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