forked from Imagelibrary/binutils-gdb
* readelf.c (get_arm_section_type_name): Added support for
new sections headers.
* arm.h: (SHT_ARM_DEBUGOVERLAY): New define.
(SHT_ARM_OVERLAYSECTION): New define.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-08-10 Daniel Gutson <dgutson@codesourcery.com>
|
||||
|
||||
* readelf.c (get_arm_section_type_name): Added support for
|
||||
new sections headers.
|
||||
|
||||
2009-08-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR binutils/10364
|
||||
|
||||
@@ -2726,12 +2726,11 @@ get_arm_section_type_name (unsigned int sh_type)
|
||||
{
|
||||
switch (sh_type)
|
||||
{
|
||||
case SHT_ARM_EXIDX:
|
||||
return "ARM_EXIDX";
|
||||
case SHT_ARM_PREEMPTMAP:
|
||||
return "ARM_PREEMPTMAP";
|
||||
case SHT_ARM_ATTRIBUTES:
|
||||
return "ARM_ATTRIBUTES";
|
||||
case SHT_ARM_EXIDX: return "ARM_EXIDX";
|
||||
case SHT_ARM_PREEMPTMAP: return "ARM_PREEMPTMAP";
|
||||
case SHT_ARM_ATTRIBUTES: return "ARM_ATTRIBUTES";
|
||||
case SHT_ARM_DEBUGOVERLAY: return "ARM_DEBUGOVERLAY";
|
||||
case SHT_ARM_OVERLAYSECTION: return "ARM_OVERLAYSECTION";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user