mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* elfxx-mips.c (_bfd_mips_elf_symbol_processing): Remove
assertions.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
|
* elfxx-mips.c (_bfd_mips_elf_symbol_processing): Remove
|
||||||
|
assertions.
|
||||||
|
|
||||||
2011-10-24 Eugeniy Meshcheryakov <eugen@debian.org>
|
2011-10-24 Eugeniy Meshcheryakov <eugen@debian.org>
|
||||||
|
|
||||||
PR ld/13273
|
PR ld/13273
|
||||||
|
@ -6337,7 +6337,6 @@ _bfd_mips_elf_symbol_processing (bfd *abfd, asymbol *asym)
|
|||||||
{
|
{
|
||||||
asection *section = bfd_get_section_by_name (abfd, ".text");
|
asection *section = bfd_get_section_by_name (abfd, ".text");
|
||||||
|
|
||||||
BFD_ASSERT (SGI_COMPAT (abfd));
|
|
||||||
if (section != NULL)
|
if (section != NULL)
|
||||||
{
|
{
|
||||||
asym->section = section;
|
asym->section = section;
|
||||||
@ -6353,7 +6352,6 @@ _bfd_mips_elf_symbol_processing (bfd *abfd, asymbol *asym)
|
|||||||
{
|
{
|
||||||
asection *section = bfd_get_section_by_name (abfd, ".data");
|
asection *section = bfd_get_section_by_name (abfd, ".data");
|
||||||
|
|
||||||
BFD_ASSERT (SGI_COMPAT (abfd));
|
|
||||||
if (section != NULL)
|
if (section != NULL)
|
||||||
{
|
{
|
||||||
asym->section = section;
|
asym->section = section;
|
||||||
|
Reference in New Issue
Block a user