bfd/
[deliverable/binutils-gdb.git] / bfd / coff-rs6000.c
index ed4a2420481b17ce874e7b609b8a594b1e674123..cb0474e407beb1234a2a49e5080a79e1dcb304d7 100644 (file)
@@ -3611,8 +3611,8 @@ xcoff_create_csect_from_smclas (abfd, aux, symbol_name)
   else
     {
       (*_bfd_error_handler)
-       (_("%s: symbol `%s' has unrecognized smclas %d"),
-        bfd_archive_filename (abfd), symbol_name, aux->x_csect.x_smclas);
+       (_("%B: symbol `%s' has unrecognized smclas %d"),
+        abfd, symbol_name, aux->x_csect.x_smclas);
       bfd_set_error (bfd_error_bad_value);
     }
 
This page took 0.024587 seconds and 4 git commands to generate.