forked from Imagelibrary/binutils-gdb
* elf32-arm.c (elf32_arm_section_from_shdr): Accept SHT_ARM_PREEMPTMAP
and SHT_ARM_ATTRIBUTES.
This commit is contained in:
@@ -6510,6 +6510,8 @@ elf32_arm_section_from_shdr (bfd *abfd,
|
||||
switch (hdr->sh_type)
|
||||
{
|
||||
case SHT_ARM_EXIDX:
|
||||
case SHT_ARM_PREEMPTMAP:
|
||||
case SHT_ARM_ATTRIBUTES:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user