summaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index d3e94579ce7..b9c84d04239 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -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;
}