OSDN Git Service

2002-06-18 Chris Demetriou <cgd@broadcom.com>
authorcgd <cgd>
Wed, 19 Jun 2002 01:52:46 +0000 (01:52 +0000)
committercgd <cgd>
Wed, 19 Jun 2002 01:52:46 +0000 (01:52 +0000)
* emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
format specifier used to print BFD name.

ld/ChangeLog
ld/emultempl/mipself.em

index f5fe90c..bca31fb 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-18  Chris Demetriou  <cgd@broadcom.com>
+
+       * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
+       format specifier used to print BFD name.
+
 2002-06-18  Dave Brolley  <brolley@redhat.com>
 
        From Catherine Moore, Michael Meissner, Jim Blandy:
index c28ae42..d3054e8 100644 (file)
@@ -124,7 +124,7 @@ mips_elf${ELFSIZE}_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; cannot use --embedded-relocs\n",
+    einfo ("%B%X: section %s has relocs; cannot use --embedded-relocs\n",
           abfd, bfd_get_section_name (abfd, sec));
 }
 #endif /* SUPPORT_EMBEDDED_RELOCS */