mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
tipo
This commit is contained in:
@ -1794,7 +1794,7 @@ _bfd_mips_elf_section_from_shdr (abfd, hdr, name)
|
||||
return false;
|
||||
break;
|
||||
case SHT_MIPS_CONTENT:
|
||||
if (strncmp (name, ".MIPS.content", sizeof ".MIPS.contents" - 1) != 0)
|
||||
if (strncmp (name, ".MIPS.content", sizeof ".MIPS.content" - 1) != 0)
|
||||
return false;
|
||||
break;
|
||||
case SHT_MIPS_OPTIONS:
|
||||
|
Reference in New Issue
Block a user