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

Subversion Repositories open8_urisc

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

Show entire file | Details | Blame | View Log

Rev 145 Rev 157
Line 213... Line 213...
          tmp = (struct wildcard_list *) xmalloc (sizeof *tmp);
          tmp = (struct wildcard_list *) xmalloc (sizeof *tmp);
          tmp->next = NULL;
          tmp->next = NULL;
          tmp->spec.name = p->name;
          tmp->spec.name = p->name;
          tmp->spec.exclude_name_list = NULL;
          tmp->spec.exclude_name_list = NULL;
          tmp->spec.sorted = none;
          tmp->spec.sorted = none;
 
          tmp->spec.section_flag_list = NULL;
          lang_add_wild (NULL, tmp, FALSE);
          lang_add_wild (NULL, tmp, FALSE);
 
 
          /* If there is an alias for this section, add it too.  */
          /* If there is an alias for this section, add it too.  */
          for (aptr = alias; aptr; aptr = aptr->next)
          for (aptr = alias; aptr; aptr = aptr->next)
            if (strcmp (aptr->alias, p->name) == 0)
            if (strcmp (aptr->alias, p->name) == 0)
Line 224... Line 225...
                tmp = (struct wildcard_list *) xmalloc (sizeof *tmp);
                tmp = (struct wildcard_list *) xmalloc (sizeof *tmp);
                tmp->next = NULL;
                tmp->next = NULL;
                tmp->spec.name = aptr->name;
                tmp->spec.name = aptr->name;
                tmp->spec.exclude_name_list = NULL;
                tmp->spec.exclude_name_list = NULL;
                tmp->spec.sorted = none;
                tmp->spec.sorted = none;
 
                tmp->spec.section_flag_list = NULL;
                lang_add_wild (NULL, tmp, FALSE);
                lang_add_wild (NULL, tmp, FALSE);
              }
              }
 
 
          lang_leave_output_section_statement (0, "*default*", NULL, NULL);
          lang_leave_output_section_statement (0, "*default*", NULL, NULL);
 
 

powered by: WebSVN 2.1.0

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