* elf32-arm.c (elf32_arm_section_from_shdr): Accept SHT_ARM_PREEMPTMAP

and SHT_ARM_ATTRIBUTES.
This commit is contained in:
Richard Earnshaw 2005-09-09 13:10:01 +00:00
parent 1cacb6941a
commit 0951f0190e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-09-09 Richard Earnshaw <richard.earnshaw@arm.com>
* elf32-arm.c (elf32_arm_section_from_shdr): Accept SHT_ARM_PREEMPTMAP
and SHT_ARM_ATTRIBUTES.
2005-09-08 H.J. Lu <hongjiu.lu@intel.com>
* elflink.c (elf_get_linked_section_vma): Fix a typo in comment.

View File

@ -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: