2002-06-18 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Wed, 19 Jun 2002 01:52:52 +0000 (01:52 +0000)
committerChris Demetriou <cgd@google.com>
Wed, 19 Jun 2002 01:52:52 +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 f5fe90c1e9aea686604bc37e66acf978411f0464..bca31fb7dcc2216f71af68d5a2612ddc2f93db8f 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 c28ae4205f3269aa5ac63a0b2bb819f86b665e4a..d3054e882de6d0166e18773b945de5f8c9411d40 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 */