diff options
Diffstat (limited to 'ld/emultempl/ticoff.em')
-rw-r--r-- | ld/emultempl/ticoff.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/ticoff.em b/ld/emultempl/ticoff.em index 961edd2..dba6051 100644 --- a/ld/emultempl/ticoff.em +++ b/ld/emultempl/ticoff.em @@ -87,7 +87,7 @@ gld${EMULATION_NAME}_handle_option (int optc) } else { - einfo (_("%P%F: invalid COFF format version %s\n"), optarg); + einfo (_("%F%P: invalid COFF format version %s\n"), optarg); } break; } |