diff options
-rw-r--r-- | ChangeLog.csl | 11 | ||||
-rw-r--r-- | include/elf/arm.h | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index e52c85b..60f04b5 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,14 @@ +2005-10-14 Daniel Jacobowitz <dan@codesourcery.com> + + Backport: + 2005-09-09 Richard Earnshaw <richard.earnshaw@arm.com> + * bfd/elf32-arm.c (elf32_arm_section_from_shdr): Accept + SHT_ARM_PREEMPTMAP and SHT_ARM_ATTRIBUTES. + + 2005-09-09 Richard Earnshaw <richard.earnshaw@arm.com> + * include/elf/arm.h (SHT_ARM_PREEMPTMAP, SHT_ARM_ATTRIBUTES): New + defines. + 2005-06-14 Mark Mitchell <mark@codesourcery.com> * readline/rlnotty.c (tgoto): New function. diff --git a/include/elf/arm.h b/include/elf/arm.h index de3ed06..3ca00b6 100644 --- a/include/elf/arm.h +++ b/include/elf/arm.h @@ -71,6 +71,8 @@ /* Additional section types. */ #define SHT_ARM_EXIDX 0x70000001 /* Section holds ARM unwind info. */ +#define SHT_ARM_PREEMPTMAP 0x70000002 /* Section pre-emption details. */ +#define SHT_ARM_ATTRIBUTES 0x70000003 /* Section holds attributes. */ /* ARM-specific values for sh_flags. */ #define SHF_ENTRYSECT 0x10000000 /* Section contains an entry point. */ |