Ignore:
Timestamp:
May 3, 2003, 11:45:43 PM (22 years ago)
Author:
bird
Message:

Applied the original 2.11.2 diff.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r85 r86  
    304304  return 0;
    305305}
     306
     307void
     308ldemul_finish_link (char *filename)
     309{
     310 if (ld_emulation->finish_link)
     311  ld_emulation->finish_link (filename);
     312}
Note: See TracChangeset for help on using the changeset viewer.