Create new common/pathstuff.[ch]
[deliverable/binutils-gdb.git] / bfd / sparclinux.c
index 2e634b2978d9cd7d71a0d4ff3b3374f894996249..54f6a8e7df6d20626e5f8b0e5d374e0497c4e258 100644 (file)
@@ -409,7 +409,7 @@ linux_tally_symbols (struct linux_link_hash_entry *h, void * data)
        alloc = (char *) bfd_malloc ((bfd_size_type) strlen (name) + 1);
 
       if (p == NULL || alloc == NULL)
-       _bfd_error_handler (_("Output file requires shared library `%s'\n"),
+       _bfd_error_handler (_("output file requires shared library `%s'"),
                            name);
       else
        {
@@ -418,7 +418,7 @@ linux_tally_symbols (struct linux_link_hash_entry *h, void * data)
          *p++ = '\0';
          _bfd_error_handler
            /* xgettext:c-format */
-           (_("Output file requires shared library `%s.so.%s'\n"),
+           (_("output file requires shared library `%s.so.%s'"),
             alloc, p);
          free (alloc);
        }
@@ -605,7 +605,7 @@ linux_finish_dynamic_link (bfd *output_bfd, struct bfd_link_info *info)
          && f->h->root.root.type != bfd_link_hash_defweak)
        {
          _bfd_error_handler
-           (_("Symbol %s not defined for fixups\n"),
+           (_("symbol %s not defined for fixups"),
             f->h->root.root.root.string);
          continue;
        }
@@ -655,7 +655,7 @@ linux_finish_dynamic_link (bfd *output_bfd, struct bfd_link_info *info)
              && f->h->root.root.type != bfd_link_hash_defweak)
            {
              _bfd_error_handler
-               (_("Symbol %s not defined for fixups\n"),
+               (_("symbol %s not defined for fixups"),
                 f->h->root.root.root.string);
              continue;
            }
@@ -679,7 +679,7 @@ linux_finish_dynamic_link (bfd *output_bfd, struct bfd_link_info *info)
 
   if (linux_hash_table (info)->fixup_count != fixups_written)
     {
-      _bfd_error_handler (_("Warning: fixup count mismatch\n"));
+      _bfd_error_handler (_("warning: fixup count mismatch"));
       while (linux_hash_table (info)->fixup_count > fixups_written)
        {
          bfd_put_32 (output_bfd, (bfd_vma) 0, fixup_table);
This page took 0.035129 seconds and 4 git commands to generate.