2004-12-01 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / bfd / cpu-sh.c
index 8fe25745c1028cbfcc0e5fe112e0d14718a2b324..2fb738780a9fdac9ae0c399256fe244608307c7b 100644 (file)
@@ -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);
This page took 0.023912 seconds and 4 git commands to generate.