2002-06-18 Chris Demetriou <cgd@broadcom.com>
* emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix format specifier used to print BFD name.
This commit is contained in:
parent
e0350bfbf7
commit
8505f88407
@ -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:
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user