diff options
Diffstat (limited to 'ld/emultempl/beos.em')
-rw-r--r-- | ld/emultempl/beos.em | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ld/emultempl/beos.em b/ld/emultempl/beos.em index 708a2a9..6dc6375 100644 --- a/ld/emultempl/beos.em +++ b/ld/emultempl/beos.em @@ -270,11 +270,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) - { - 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 */ |