Ignore:
Timestamp:
May 7, 2003, 5:00:11 PM (22 years ago)
Author:
bird
Message:

review. Added some comments and #ifs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/ld/ldfile.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r99 r100  
    240240           arch = arch->next)
    241241        {
    242 #if defined (__EMX__)
     242#if defined (__EMX__) /* Target feature really, but no target define to test on. */
    243243          found = ldfile_open_file_search (arch->name, entry, "", ".a");
    244244          if (found)
Note: See TracChangeset for help on using the changeset viewer.