* readelf.c (get_arm_section_type_name): Add SHT_ARM_PREEMPTMAP and

SHT_ARM_ATTRIBUTES.
This commit is contained in:
Richard Earnshaw 2005-09-09 13:12:21 +00:00
parent 0951f0190e
commit ec1c47596a
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-09-09 Richard Earnshaw <richard.earnshaw@arm.com>
* readelf.c (get_arm_section_type_name): Add SHT_ARM_PREEMPTMAP and
SHT_ARM_ATTRIBUTES.
2005-09-07 H.J. Lu <hongjiu.lu@intel.com>
* readelf.c (get_elf_section_flags): Handle 64bit sh_flags.

View File

@ -2622,6 +2622,10 @@ get_arm_section_type_name (unsigned int sh_type)
{
case SHT_ARM_EXIDX:
return "ARM_EXIDX";
case SHT_ARM_PREEMPTMAP:
return "ARM_PREEMPTMAP";
case SHT_ARM_ATTRIBUTES:
return "ARM_ATTRIBUTES";
default:
break;
}