diff options
Diffstat (limited to 'bfd/cpu-sh.c')
-rw-r--r-- | bfd/cpu-sh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/cpu-sh.c b/bfd/cpu-sh.c index 8fe2574..2fb7387 100644 --- a/bfd/cpu-sh.c +++ b/bfd/cpu-sh.c @@ -434,8 +434,8 @@ sh_merge_bfd_arch (bfd *ibfd, bfd *obfd) if (!SH_VALID_CO_ARCH_SET (merged_arch)) { (*_bfd_error_handler) - ("%s: uses %s instructions while previous modules use %s instructions", - bfd_archive_filename (ibfd), + ("%B: uses %s instructions while previous modules use %s instructions", + ibfd, SH_ARCH_SET_HAS_DSP (new_arch) ? "dsp" : "floating point", SH_ARCH_SET_HAS_DSP (new_arch) ? "floating point" : "dsp"); bfd_set_error (bfd_error_bad_value); |