diff options
Diffstat (limited to 'bfd/xcofflink.c')
-rw-r--r-- | bfd/xcofflink.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/xcofflink.c b/bfd/xcofflink.c index 9944f23..8121c7e 100644 --- a/bfd/xcofflink.c +++ b/bfd/xcofflink.c @@ -829,8 +829,8 @@ xcoff_link_add_dynamic_symbols (bfd *abfd, struct bfd_link_info *info) if (info->output_bfd->xvec != abfd->xvec) { _bfd_error_handler - (_("%s: XCOFF shared object when not producing XCOFF output"), - bfd_get_filename (abfd)); + (_("%B: XCOFF shared object when not producing XCOFF output"), + abfd); bfd_set_error (bfd_error_invalid_operation); return FALSE; } @@ -850,8 +850,8 @@ xcoff_link_add_dynamic_symbols (bfd *abfd, struct bfd_link_info *info) if (lsec == NULL) { _bfd_error_handler - (_("%s: dynamic object with no .loader section"), - bfd_get_filename (abfd)); + (_("%B: dynamic object with no .loader section"), + abfd); bfd_set_error (bfd_error_no_symbols); return FALSE; } |