Subversion Repositories Kolibri OS

Rev

Rev 5199 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5199 Rev 5211
Line 397... Line 397...
397
ldfile_open_file (lang_input_statement_type *entry)
397
ldfile_open_file (lang_input_statement_type *entry)
398
{
398
{
399
  if (entry->the_bfd != NULL)
399
  if (entry->the_bfd != NULL)
400
    return;
400
    return;
Line 401... Line -...
401
 
-
 
402
  printf("%s %s\n", __FUNCTION__, entry->filename);
-
 
403
 
401
 
404
  if (! entry->flags.search_dirs)
402
  if (! entry->flags.search_dirs)
405
    {
403
    {
406
      if (ldfile_try_open_bfd (entry->filename, entry))
404
      if (ldfile_try_open_bfd (entry->filename, entry))