Changeset 86 for trunk/src/binutils/ld/ldmain.c
- Timestamp:
- May 3, 2003, 11:45:43 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/ld/ldmain.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r85 r86 174 174 textdomain (PACKAGE); 175 175 176 #ifdef __EMX__ 177 _response (&argc, &argv); 178 program_name = _getname(argv[0]); 179 #else 176 180 program_name = argv[0]; 181 #endif 177 182 xmalloc_set_program_name (program_name); 178 183 … … 400 405 if (! bfd_close (output_bfd)) 401 406 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); 402 410 403 411 /* If the --force-exe-suffix is enabled, and we're making an -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.