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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [ldmain.c] - Diff between revs 163 and 166

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

Rev 163 Rev 166
Line 1... Line 1...
/* Main program of GNU linker.
/* Main program of GNU linker.
   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
   Written by Steve Chamberlain steve@cygnus.com
   Written by Steve Chamberlain steve@cygnus.com
 
 
   This file is part of the GNU Binutils.
   This file is part of the GNU Binutils.
 
 
Line 325... Line 325...
      if (isfile)
      if (isfile)
        ldfile_open_default_command_file (s);
        ldfile_open_default_command_file (s);
      else
      else
        {
        {
          lex_string = s;
          lex_string = s;
          lex_redirect (s);
          lex_redirect (s, _("built in linker script"), 1);
        }
        }
      parser_input = input_script;
      parser_input = input_script;
      yyparse ();
      yyparse ();
      lex_string = NULL;
      lex_string = NULL;
    }
    }

powered by: WebSVN 2.1.0

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