2016-09-26 Andre Vieira <andre.simoesdiasvieira@arm.com>
binutils/
* readelf.c (get_elf_section_flags): Fix readelf after purecode
backport.
+2016-09-26 Andre Vieira <andre.simoesdiasvieira@arm.com>
+
+ * readelf.c (get_elf_section_flags): Fix readelf after purecode
+ backport.
+
2016-09-23 Andre Vieria <andre.simoesdiasvieira@arm.com>
* objdump.c (dump_section_header): Handle SEC_ELF_PURECODE.
/* 19 */ { STRING_COMMA_LEN ("ORDERED") },
/* 20 */ { STRING_COMMA_LEN ("COMPRESSED") },
/* ARM specific. */
- /* 22 */ { STRING_COMMA_LEN ("ARM_PURECODE") },
+ /* 21 */ { STRING_COMMA_LEN ("ARM_PURECODE") },
};
if (do_section_details)
case EM_ARM:
switch (flag)
{
- case SHF_ARM_PURECODE: sindex = 22; break;
+ case SHF_ARM_PURECODE: sindex = 21; break;
default: break;
}
break;