diff options
Diffstat (limited to 'bfd/elf-m10300.c')
-rw-r--r-- | bfd/elf-m10300.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf-m10300.c b/bfd/elf-m10300.c index e7d466b..f9d8089 100644 --- a/bfd/elf-m10300.c +++ b/bfd/elf-m10300.c @@ -1025,8 +1025,8 @@ mn10300_do_tls_transition (bfd * input_bfd, default: _bfd_error_handler /* xgettext:c-format */ - (_("%s: Unsupported transition from %s to %s"), - bfd_get_filename (input_bfd), + (_("%B: Unsupported transition from %s to %s"), + input_bfd, elf_mn10300_howto_table[r_type].name, elf_mn10300_howto_table[tls_r_type].name); break; |