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

Subversion Repositories open8_urisc

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

Show entire file | Details | Blame | View Log

Rev 148 Rev 161
Line 1919... Line 1919...
{
{
  bfd *sub;
  bfd *sub;
  Elf_Internal_Shdr **elf_shdrp;
  Elf_Internal_Shdr **elf_shdrp;
  bfd_boolean again;
  bfd_boolean again;
 
 
 
  _bfd_elf_gc_mark_extra_sections (info, gc_mark_hook);
 
 
  /* Marking EH data may cause additional code sections to be marked,
  /* Marking EH data may cause additional code sections to be marked,
     requiring multiple passes.  */
     requiring multiple passes.  */
  again = TRUE;
  again = TRUE;
  while (again)
  while (again)
    {
    {
Line 4469... Line 4471...
}
}
 
 
static void
static void
elf32_tic6x_set_osabi (bfd *abfd, struct bfd_link_info *link_info)
elf32_tic6x_set_osabi (bfd *abfd, struct bfd_link_info *link_info)
{
{
  if (link_info == NULL || link_info->relocatable)
  if (link_info != NULL && link_info->relocatable)
    return;
    return;
  _bfd_elf_set_osabi (abfd, link_info);
  _bfd_elf_set_osabi (abfd, link_info);
}
}
 
 
#define TARGET_LITTLE_SYM       bfd_elf32_tic6x_le_vec
#define TARGET_LITTLE_SYM       bfd_elf32_tic6x_le_vec

powered by: WebSVN 2.1.0

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