* elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
[deliverable/binutils-gdb.git] / ld / mpw-idtmips.c
index b8450e06eccf57f7a77bba664d18a7997fb06b45..a602397a84a104582249e4e791e76abca6fd6fee 100644 (file)
@@ -1,7 +1,7 @@
 /* This file is is generated by a shell script.  DO NOT EDIT! */
 
 /* Handle embedded relocs for MIPS.
-   Copyright 1994 Free Software Foundation, Inc.
+   Copyright 1994, 1997, 2000 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <ian@cygnus.com> based on generic.em.
 
 This file is part of GLD, the Gnu Linker.
@@ -29,10 +29,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "ld.h"
 #include "ldmain.h"
-#include "ldemul.h"
-#include "ldfile.h"
 #include "ldmisc.h"
 
+#include "ldexp.h"
+#include "ldlang.h"
+#include "ldfile.h"
+#include "ldemul.h"
+
 static void gldmipsidt_before_parse PARAMS ((void));
 static void gldmipsidt_after_open PARAMS ((void));
 static void check_sections PARAMS ((bfd *, asection *, PTR));
@@ -90,7 +93,7 @@ gldmipsidt_after_open ()
              || ! bfd_set_section_alignment (abfd, relsec, 2)
              || ! bfd_set_section_size (abfd, relsec,
                                         datasec->reloc_count * 4))
-           einfo ("%F%B: can not create .rel.sdata section: %E\n");
+           einfo (_("%F%B: can not create .rel.sdata section: %E\n"));
        }
 
       /* Double check that all other data sections are empty, as is
@@ -111,7 +114,7 @@ check_sections (abfd, sec, sdatasec)
   if ((bfd_get_section_flags (abfd, sec) & SEC_CODE) == 0
       && sec != (asection *) sdatasec
       && sec->reloc_count != 0)
-    einfo ("%F%X: section %s has relocs; can not use --embedded-relocs\n",
+    einfo (_("%F%X: section %s has relocs; can not use --embedded-relocs\n"),
           abfd, bfd_get_section_name (abfd, sec));
 }
 
@@ -146,10 +149,10 @@ gldmipsidt_after_allocation ()
                                                   &errmsg))
        {
          if (errmsg == NULL)
-           einfo ("%B%X: can not create runtime reloc information: %E\n",
+           einfo (_("%B%X: can not create runtime reloc information: %E\n"),
                   abfd);
          else
-           einfo ("%X%B: can not create runtime reloc information: %s\n",
+           einfo (_("%X%B: can not create runtime reloc information: %s\n"),
                   abfd, errmsg);
        }
     }
This page took 0.024359 seconds and 4 git commands to generate.