diff options
Diffstat (limited to 'ld/emultempl/pep.em')
-rw-r--r-- | ld/emultempl/pep.em | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ld/emultempl/pep.em b/ld/emultempl/pep.em index 56687d6..a307c14 100644 --- a/ld/emultempl/pep.em +++ b/ld/emultempl/pep.em @@ -611,12 +611,7 @@ gld${EMULATION_NAME}_handle_option (int optc) case OPTION_BASE_FILE: link_info.base_file = fopen (optarg, FOPEN_WB); if (link_info.base_file == NULL) - { - /* xgettext:c-format */ - fprintf (stderr, _("%s: Can't open base file %s\n"), - program_name, optarg); - xexit (1); - } + einfo (_("%F%P: cannot open base file %s\n"), optarg); break; /* PE options. */ |