correct ft32 reloc range test
[deliverable/binutils-gdb.git] / bfd / cofflink.c
index ce41dde9715179089d86aa1c28566e993251e2af..fb1696afff154a75a7eaabf7f9b426d19ac727a1 100644 (file)
@@ -349,7 +349,7 @@ coff_link_add_symbols (bfd *abfd,
                      && (*sym_hash)->root.type != bfd_link_hash_undefined
                      && (*sym_hash)->root.type != bfd_link_hash_undefweak)
                    _bfd_error_handler
-                     (_("Warning: symbol `%s' is both section and non-section"),
+                     (_("warning: symbol `%s' is both section and non-section"),
                       name);
 
                  addit = FALSE;
@@ -451,7 +451,7 @@ coff_link_add_symbols (bfd *abfd,
                                   || BTYPE (sym.n_type) == T_NULL)))
                        _bfd_error_handler
                          /* xgettext: c-format */
-                         (_("Warning: type of symbol `%s' changed"
+                         (_("warning: type of symbol `%s' changed"
                             " from %d to %d in %pB"),
                           name, (*sym_hash)->type, sym.n_type, abfd);
 
This page took 0.023055 seconds and 4 git commands to generate.