diff options
Diffstat (limited to 'ld/emultempl/v850elf.em')
-rw-r--r-- | ld/emultempl/v850elf.em | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/v850elf.em b/ld/emultempl/v850elf.em index 5f86e68..7d7ed94 100644 --- a/ld/emultempl/v850elf.em +++ b/ld/emultempl/v850elf.em @@ -62,8 +62,8 @@ v850_create_output_section_statements (void) These will only be created if the output format is an arm format, hence we do not support linking and changing output formats at the same time. Use a link followed by objcopy to change output formats. */ - einfo (_("%F%X%P: error: Cannot change output format (to %s) whilst linking V850 binaries.\n"), - bfd_get_target (link_info.output_bfd)); + einfo (_("%F%P: error: cannot change output format" + " whilst linking %s binaries\n"), "V850"); return; } } |