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/ldmain.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r85 r86  
    174174  textdomain (PACKAGE);
    175175
     176#ifdef __EMX__
     177  _response (&argc, &argv);
     178  program_name = _getname(argv[0]);
     179#else
    176180  program_name = argv[0];
     181#endif
    177182  xmalloc_set_program_name (program_name);
    178183
     
    400405      if (! bfd_close (output_bfd))
    401406        einfo (_("%F%B: final close failed: %E\n"), output_bfd);
     407
     408      /* Perform the final actions on output file */
     409      ldemul_finish_link (output_filename);
    402410
    403411      /* If the --force-exe-suffix is enabled, and we're making an
Note: See TracChangeset for help on using the changeset viewer.