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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [emultempl/] [solaris2.em] - Diff between revs 145 and 163

Show entire file | Details | Blame | View Log

Rev 145 Rev 163
Line 74... Line 74...
        }
        }
    }
    }
 
 
  /* Only do this if emitting a shared object and versioning is in place. */
  /* Only do this if emitting a shared object and versioning is in place. */
  if (link_info.shared
  if (link_info.shared
      && (lang_elf_version_info != NULL || link_info.create_default_symver))
      && (link_info.version_info != NULL
 
          || link_info.create_default_symver))
    {
    {
      struct bfd_elf_version_expr *globals = NULL, *locals = NULL;
      struct bfd_elf_version_expr *globals = NULL, *locals = NULL;
      struct bfd_elf_version_tree *basever;
      struct bfd_elf_version_tree *basever;
      const char *soname;
      const char *soname;
 
 

powered by: WebSVN 2.1.0

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